Vector3ValueAsset¶
ScriptableObject that stores a shared Vector3, editable in the Project window.
Namespace: Jungle.Spatial
Inherits: ValueAsset<Vector3>
Overview¶
Create from Jungle / Spatial / Vector3 Value. Stores a single Vector3. A companion Vector3ListValueAsset stores a list.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | Vector3 |
The stored 3D vector. |