BoolValueAsset¶
ScriptableObject that stores a shared boolean, editable in the Project window.
Namespace: Jungle.Primitives
Inherits: ValueAsset<bool>
Overview¶
Create from Jungle / Primitives / Bool Value. Stores a single bool value that multiple components can reference. A companion BoolListValueAsset stores a List<bool>.
Properties¶
| Property | Type | Description |
|---|---|---|
| value | bool |
The stored boolean flag. |