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