Table of Contents

Interface ILunyScene

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll

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

ILunyPath

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