docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FollowPresetDatumProperty

    Serializable container class that holds a FollowPreset value or container asset reference.

    Inheritance
    object
    DatumProperty<FollowPreset, FollowPresetDatum>
    FollowPresetDatumProperty
    Inherited Members
    DatumProperty<FollowPreset, FollowPresetDatum>.Value
    DatumProperty<FollowPreset, FollowPresetDatum>.Datum
    DatumProperty<FollowPreset, FollowPresetDatum>.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.UI.BodyUI
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [Serializable]
    public class FollowPresetDatumProperty : DatumProperty<FollowPreset, FollowPresetDatum>

    Constructors

    FollowPresetDatumProperty(FollowPreset)

    Constructor setting initial value for the embedded constant.

    Declaration
    public FollowPresetDatumProperty(FollowPreset value)
    Parameters
    Type Name Description
    FollowPreset value

    Initial value.

    See Also
    FollowPresetDatum

    FollowPresetDatumProperty(FollowPresetDatum)

    Constructor setting initial datum asset reference.

    Declaration
    public FollowPresetDatumProperty(FollowPresetDatum datum)
    Parameters
    Type Name Description
    FollowPresetDatum datum

    Datum asset reference.

    See Also
    FollowPresetDatum

    See Also

    FollowPresetDatum
    In This Article
    Back to top
    Copyright © 2024 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)