Click or drag to resize

ArticyReference Class

Component to hold a single ArticyRef.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Articy.UnityArticyReference

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public class ArticyReference : MonoBehaviour

The ArticyReference type exposes the following members.

Constructors
  NameDescription
Public methodArticyReference
Top
Properties
  NameDescription
Public propertyIsValid
Gets a value indicating whether the referenced articy model is valid.
Top
Methods
Fields
  NameDescription
Public fieldreference
the articy handle, holding the referenced model.
Top
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.

See Also