Skip to content

FloatValueAsset

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

Namespace: Jungle.Primitives
Inherits: ValueAsset<float>

Overview

Create from Jungle / Primitives / Float Value. Stores a single float value that multiple components can reference. Change the value at runtime via SetValue() and all readers see the update.

A companion FloatListValueAsset stores a List<float>.

Properties

Property Type Description
value float The stored floating-point number.

See Also