Class PokeThresholdDatumProperty
Serializable container class that holds a poke threshold value or container asset reference.
Inherited Members
DatumProperty<PokeThresholdData, PokeThresholdDatum>.Value
DatumProperty<PokeThresholdData, PokeThresholdDatum>.Datum
DatumProperty<PokeThresholdData, PokeThresholdDatum>.ConstantValue
Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[Serializable]
public class PokeThresholdDatumProperty : DatumProperty<PokeThresholdData, PokeThresholdDatum>
Constructors
PokeThresholdDatumProperty(PokeThresholdData)
Constructor setting initial value for the embedded constant.
Declaration
public PokeThresholdDatumProperty(PokeThresholdData value)
Parameters
Type | Name | Description |
---|---|---|
PokeThresholdData | value | Initial value. |
See Also
PokeThresholdDatumProperty(PokeThresholdDatum)
Constructor setting initial datum asset reference.
Declaration
public PokeThresholdDatumProperty(PokeThresholdDatum datum)
Parameters
Type | Name | Description |
---|---|---|
PokeThresholdDatum | datum | Datum asset reference. |