Skip to content

CurveValueAsset

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

Namespace: Jungle.Curves
Inherits: ValueAsset<ICurveValue>

Overview

Create from Jungle / Math / Curve Value. Stores a polymorphic ICurveValue (selected via [SerializeReference]) that can represent different curve types -- AnimationCurve wrappers, mathematical functions, etc. The concrete curve implementation is chosen in the Inspector.

Properties

Property Type Description
value ICurveValue The stored curve (polymorphic, selected via class picker).

See Also