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)

    Constructor setting initial value for the embedded constant.

    Declaration
    public PokeThresholdDatumProperty(PokeThresholdData value)
    Parameters
    Type Name Description
    PokeThresholdData value

    Initial value.

    See Also
    PokeThresholdDatum

    PokeThresholdDatumProperty(PokeThresholdDatum)

    Constructor setting initial datum asset reference.

    Declaration
    public PokeThresholdDatumProperty(PokeThresholdDatum datum)
    Parameters
    Type Name Description
    PokeThresholdDatum datum

    Datum asset reference.

    See Also
    PokeThresholdDatum

    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)