Class AnimatorReferencePopulator
Utility component to populate a AnimatorReference with a Animator in the scene.
Inheritance
System.Object
AnimatorReferencePopulator
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class AnimatorReferencePopulator : MonoBehaviour
Fields
item
The object to populate the ReferenceItem with.
Declaration
public Animator item
Field Value
| Type | Description |
|---|---|
| Animator |
referenceItem
The ReferenceItem to be populated by this component.
Declaration
public AnimatorReference referenceItem
Field Value
| Type | Description |
|---|---|
| AnimatorReference |