Class LunyScene
Proxy for engine-native scene instances.
public abstract class LunyScene : ILunyScene
Constructors
LunyScene(Object, ILunyPath)
protected LunyScene(Object nativeScene, ILunyPath scenePath)
Parameters
| Type | Name | Description |
|---|---|---|
nativeScene |
||
scenePath |
Properties
Name
public abstract String Name { get; }
Property Value
- String
NativeScene
public Object NativeScene { get; }
Property Value
- Object
Path
public ILunyPath Path { get; }
Property Value
Methods
Cast<T>()
Gets the engine-native scene cast to T. Throws if the type cast is invalid.
public T Cast<T>()
Returns
- T
Type Parameters
T
ToString()
public override String ToString()
Returns
- String