Click or drag to resize

ArticyRef  Conversion (ArticyRef to ArticyObject)

Performs an explicit conversion from ArticyRef to ArticyObject.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public static explicit operator ArticyObject (
	ArticyRef aRef
)

Parameters

aRef
Type: Articy.UnityArticyRef
An articy handle.

Return Value

Type: ArticyObject
The referenced articy model in the handle or null if the object was not found.
See Also