Table of Contents

Class LunyScene

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll

Proxy for engine-native scene instances.

public abstract class LunyScene : ILunyScene
Inheritance
object
LunyScene
Implements
Derived

Constructors

LunyScene(object, ILunyPath)

protected LunyScene(object nativeScene, ILunyPath scenePath)

Parameters

nativeScene object
scenePath ILunyPath

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