ArticyReference Class

Component to hold a single ArticyRef.

Definition

Namespace: Articy.Unity
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.0
C#
public class ArticyReference : MonoBehaviour
Inheritance
Object    Object    Component    Behaviour    MonoBehaviour    ArticyReference

Remarks

While you can use ArticyRef in your scripts directly, ArticyReference is most useful in generated code or as a simple way for designers to attach articy objects to game objects.

Constructors

Properties

IsValid Gets a value indicating whether the referenced articy model is valid.

Methods

GetObjectTModel Gets the underlying object.
SetObject Sets the reference to the given model

Fields

reference the articy handle, holding the referenced model.

See Also