Class PokeThresholdDatum
ScriptableObject container class that holds a PokeThresholdData value.
Inherited Members
Datum<PokeThresholdData>.Comments
Datum<PokeThresholdData>.ReadOnly
Datum<PokeThresholdData>.BindableVariableReference
Datum<PokeThresholdData>.Value
Datum<PokeThresholdData>.OnEnable()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[CreateAssetMenu(fileName = "PokeThresholdDatum", menuName = "XR/Value Datums/Poke Threshold Datum", order = 0)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.xr.interaction.toolkit@2.5/api/UnityEngine.XR.Interaction.Toolkit.Filtering.PokeThresholdDatum.html")]
public class PokeThresholdDatum : Datum<PokeThresholdData>