Table of Contents

Interface ILunyScene

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll

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

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