Skip to content

Vector2IntValueAsset

ScriptableObject that stores a shared Vector2Int, editable in the Project window.

Namespace: Jungle.Spatial
Inherits: ValueAsset<Vector2Int>

Overview

Create from Jungle / Spatial / Vector2Int Value. Stores a single Vector2Int. A companion Vector2IntListValueAsset stores a list.

Properties

Property Type Description
value Vector2Int The stored 2D integer vector.

See Also