docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PokeThresholdDatumProperty

    Serializable container class that holds a poke threshold value or container asset reference.

    Inheritance
    object
    DatumProperty<PokeThresholdData, PokeThresholdDatum>
    PokeThresholdDatumProperty
    Inherited Members
    DatumProperty<PokeThresholdData, PokeThresholdDatum>.Value
    DatumProperty<PokeThresholdData, PokeThresholdDatum>.Datum
    DatumProperty<PokeThresholdData, PokeThresholdDatum>.ConstantValue
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>

    See Also

    PokeThresholdDatum
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)