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