Interface ILunyScene
Engine-agnostic scene interface.
public interface ILunyScene
Expand Details ...
Properties
Name
String Name { get; }
Property Value
- String
NativeScene
Object NativeScene { get; }
Property Value
- Object
Path
ILunyPath Path { get; }
Property Value
Methods
Cast<T>()
Gets the engine-native scene cast to T. Throws if the type cast is invalid.
T Cast<T>()
Returns
- T
Type Parameters
T