docs.unity.cn
    Show / Hide Table of Contents

    Class ClimbSettings

    Settings for climb locomotion. These settings can be used globally as part of the ClimbProvider or as overrides per-instance of ClimbInteractable.

    Inheritance
    Object
    ClimbSettings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    [Serializable]
    public class ClimbSettings

    Properties

    allowFreeXMovement

    Controls whether to allow unconstrained movement along the ClimbInteractable's x-axis.

    Declaration
    public bool allowFreeXMovement { get; set; }
    Property Value
    Type Description
    Boolean

    allowFreeYMovement

    Controls whether to allow unconstrained movement along the ClimbInteractable's y-axis.

    Declaration
    public bool allowFreeYMovement { get; set; }
    Property Value
    Type Description
    Boolean

    allowFreeZMovement

    Controls whether to allow unconstrained movement along the ClimbInteractable's z-axis.

    Declaration
    public bool allowFreeZMovement { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, July 18, 2023