Table of Contents

Class LunyObjectRef

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll
public sealed class LunyObjectRef : LunyRef<LunyObject>
Expand Details ...
Inheritance
Object
LunyObjectRef
Inherited Members

Constructors

LunyObjectRef(ILunyObject)

public LunyObjectRef(ILunyObject obj)

Parameters

Type Name Description
ILunyObject
obj

LunyObjectRef(String)

public LunyObjectRef(String name)

Parameters

Type Name Description
String
name

Methods

IsValid(LunyObject)

protected override Boolean IsValid(LunyObject value)

Parameters

Type Name Description
LunyObject
value

Returns

Boolean

ResolveObject(String)

protected override LunyObject ResolveObject(String query)

Parameters

Type Name Description
String
query

Returns

LunyObject

Operators

implicit operator LunyObjectRef(LunyObject)

public static implicit operator LunyObjectRef(LunyObject obj)

Parameters

Type Name Description
LunyObject
obj

Returns

LunyObjectRef

implicit operator LunyObject(LunyObjectRef)

public static implicit operator LunyObject(LunyObjectRef objectRef)

Parameters

Type Name Description
LunyObjectRef
objectRef

Returns

LunyObject

implicit operator LunyObjectRef(String)

public static implicit operator LunyObjectRef(String name)

Parameters

Type Name Description
String
name

Returns

LunyObjectRef