Namespace Unity.XR.CoreUtils.Datums
Classes
AnimationCurveDatum
ScriptableObject container class that holds an animation curve.
AnimationCurveDatumProperty
Serializable container class that holds an animation curve value or container asset reference.
Datum<T>
ScriptableObject container class that holds a typed value. Can be referenced by multiple components in order to share the same set of data.
DatumProperty<TValue, TDatum>
Class used as a serialized field in a component for containing a typed value that is either directly serialized as a constant value or a reference to a ScriptableObject container for that data.
FloatDatum
ScriptableObject container class that holds a float value.
FloatDatumProperty
Serializable container class that holds a float value or container asset reference.
IntDatum
ScriptableObject container class that holds an int value.
IntDatumProperty
Serializable container class that holds an int value or container asset reference.
StringDatum
ScriptableObject container class that holds a string value.
StringDatumProperty
Serializable container class that holds a string value or container asset reference.