Class PokeThresholdDatumProperty
Serializable container class that holds a poke threshold value or container asset reference.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
Syntax
[Serializable]
public class PokeThresholdDatumProperty : DatumProperty<PokeThresholdData, PokeThresholdDatum>
Constructors
PokeThresholdDatumProperty(PokeThresholdData)
Declaration
public PokeThresholdDatumProperty(PokeThresholdData value)
Parameters
Type | Name | Description |
---|---|---|
PokeThresholdData | value |
PokeThresholdDatumProperty(PokeThresholdDatum)
Declaration
public PokeThresholdDatumProperty(PokeThresholdDatum datum)
Parameters
Type | Name | Description |
---|---|---|
PokeThresholdDatum | datum |