Table of Contents

Class LunyObjectRef

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll
public sealed class LunyObjectRef : LunyRef<LunyObject>
Inheritance
object
LunyObjectRef
Inherited Members

Constructors

LunyObjectRef(ILunyObject)

public LunyObjectRef(ILunyObject obj)

Parameters

obj ILunyObject

LunyObjectRef(string)

public LunyObjectRef(string name)

Parameters

name string

Methods

IsValid(LunyObject)

protected override bool IsValid(LunyObject value)

Parameters

value LunyObject

Returns

bool

ResolveObject(string)

protected override LunyObject ResolveObject(string query)

Parameters

query string

Returns

LunyObject

Operators

implicit operator LunyObjectRef(LunyObject)

public static implicit operator LunyObjectRef(LunyObject obj)

Parameters

obj LunyObject

Returns

LunyObjectRef

implicit operator LunyObject(LunyObjectRef)

public static implicit operator LunyObject(LunyObjectRef objectRef)

Parameters

objectRef LunyObjectRef

Returns

LunyObject

implicit operator LunyObjectRef(string)

public static implicit operator LunyObjectRef(string name)

Parameters

name string

Returns

LunyObjectRef