Skip to content

IntValueAsset

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

Namespace: Jungle.Primitives
Inherits: ValueAsset<int>

Overview

Create from Jungle / Primitives / Int Value. Stores a single int value that multiple components can reference. A companion IntListValueAsset stores a List<int>.

Properties

Property Type Description
value int The stored integer.

See Also