docs.unity3d.com
Search Results for

    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.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.Interaction.Toolkit.Locomotion.Climbing
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [Serializable]
    [MovedFrom("UnityEngine.XR.Interaction.Toolkit")]
    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
    bool

    allowFreeYMovement

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

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

    allowFreeZMovement

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

    Declaration
    public bool allowFreeZMovement { get; set; }
    Property Value
    Type Description
    bool
    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)