Class LunyScene
Proxy for engine-native scene instances.
public abstract class LunyScene : ILunyScene
- Inheritance
-
objectLunyScene
- Implements
- Derived
Constructors
LunyScene(object, ILunyPath)
protected LunyScene(object nativeScene, ILunyPath scenePath)
Parameters
nativeSceneobjectscenePathILunyPath
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