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)

    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 FollowPresetDatumProperty(FollowPreset value)
    Parameters
    Type Name Description
    FollowPreset value
    See Also
    Datum<T>

    FollowPresetDatumProperty(FollowPresetDatum)

    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 FollowPresetDatumProperty(FollowPresetDatum datum)
    Parameters
    Type Name Description
    FollowPresetDatum datum
    See Also
    Datum<T>

    See Also

    FollowPresetDatum
    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)