ArticyRef   Conversion (ArticyRef to ArticyObject)

Performs an explicit conversion from ArticyRef to ArticyObject.

Definition

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

Parameters

aRef  ArticyRef
An articy handle.

Return Value

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

See Also