Class AnimatorListPopulator
Utility component to populate a AnimatorList
with Animators in the scene.
Inheritance
System.Object
AnimatorListPopulator
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class AnimatorListPopulator : MonoBehaviour
Fields
items
The array of objects to populate the ReferenceList
with.
Declaration
public Animator[] items
Field Value
Type | Description |
---|---|
Animator[] |
referenceList
The ReferenceList
to be populated by this component.
Declaration
public AnimatorList referenceList
Field Value
Type | Description |
---|---|
AnimatorList |