Skip to content

DoubleValueAsset

ScriptableObject that stores a shared double-precision number, editable in the Project window.

Namespace: Jungle.Primitives
Inherits: ValueAsset<double>

Overview

Create from Jungle / Primitives / Double Value. Stores a single double value that multiple components can reference. A companion DoubleListValueAsset stores a List<double>.

Properties

Property Type Description
value double The stored double-precision number.

See Also