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