Table of Contents

Class LunyScene

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll

Proxy for engine-native scene instances.

public abstract class LunyScene : ILunyScene
Expand Details ...
Inheritance
Object
LunyScene
Implements
Derived

Constructors

LunyScene(Object, ILunyPath)

protected LunyScene(Object nativeScene, ILunyPath scenePath)

Parameters

Type Name Description
Object
nativeScene
ILunyPath
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

ILunyPath

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