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)
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 PokeThresholdDatumProperty(PokeThresholdData value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PokeThresholdData | value | 
See Also
Datum<T>
  PokeThresholdDatumProperty(PokeThresholdDatum)
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 PokeThresholdDatumProperty(PokeThresholdDatum datum)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PokeThresholdDatum | datum | 
See Also
Datum<T>