LongValueAsset¶
ScriptableObject that stores a shared long (64-bit integer), editable in the Project window.
Namespace: Jungle.Primitives
Inherits: ValueAsset<long>
Overview¶
Create from Jungle / Primitives / Long Value. Stores a single long value that multiple components can reference. A companion LongListValueAsset stores a List<long>.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | long |
The stored 64-bit integer. |