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