Class FollowPresetDatumProperty
Serializable container class that holds a FollowPreset value or container asset reference.
Inherited Members
DatumProperty<FollowPreset, FollowPresetDatum>.Value
DatumProperty<FollowPreset, FollowPresetDatum>.Datum
DatumProperty<FollowPreset, FollowPresetDatum>.ConstantValue
Namespace: UnityEngine.XR.Interaction.Toolkit.UI.BodyUI
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[Serializable]
public class FollowPresetDatumProperty : DatumProperty<FollowPreset, FollowPresetDatum>
Constructors
FollowPresetDatumProperty(FollowPreset)
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.
Declaration
public FollowPresetDatumProperty(FollowPreset value)
Parameters
Type | Name | Description |
---|---|---|
FollowPreset | value |
See Also
Datum<T>
FollowPresetDatumProperty(FollowPresetDatum)
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.
Declaration
public FollowPresetDatumProperty(FollowPresetDatum datum)
Parameters
Type | Name | Description |
---|---|---|
FollowPresetDatum | datum |
See Also
Datum<T>