Interface ILunyScene
Engine-agnostic scene interface.
public interface ILunyScene
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