GameObjectValueAsset¶
ScriptableObject that stores a shared GameObject reference, editable in the Project window.
Namespace: Jungle.Objects
Inherits: ValueAsset<GameObject>
Overview¶
Create from Jungle / Core / GameObject Value. Stores a GameObject reference that multiple components can share. A companion GameObjectListValueAsset stores a list of GameObjects.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | GameObject |
The stored GameObject reference. |