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: solution.dll
Syntax
[Serializable]
public class ClimbSettings
Properties
| Name | Description |
|---|---|
| allowFreeXMovement | Controls whether to allow unconstrained movement along the ClimbInteractable's x-axis. |
| allowFreeYMovement | Controls whether to allow unconstrained movement along the ClimbInteractable's y-axis. |
| allowFreeZMovement | Controls whether to allow unconstrained movement along the ClimbInteractable's z-axis. |