Namespace UnityEngine.XR.Interaction.Toolkit.Locomotion.Climbing
Classes
ClimbInteractable
Interactable that can be climbed while selected.
ClimbProvider
Locomotion provider that allows the user to climb a ClimbInteractable by selecting it. Climb locomotion moves the XR Origin counter to movement of the last selecting interactor, with optional movement constraints along each axis of the interactable.
ClimbSettings
Settings for climb locomotion. These settings can be used globally as part of the ClimbProvider or as overrides per-instance of ClimbInteractable.
ClimbSettingsDatum
ScriptableObject container class that holds a ClimbSettings value.
ClimbSettingsDatumProperty
Serializable container class that holds a ClimbSettings value or a container asset reference.
ClimbTeleportInteractor
Interactor that drives climb locomotion assistance via teleportation. This interactor responds to the user grabbing a ClimbInteractable that references the same ClimbProvider as this interactor.