Class ClimbSettings
Settings for climb locomotion. These settings can be used globally as part of the ClimbProvider or as overrides per-instance of ClimbInteractable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
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 |
---|---|
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 |