API reference
API reference
Select your platform
No SDKs available
No versions available

LocomotionControls Enum

Specifies which controller drives locomotion input in the LocomotionSystem. Determines whether the left thumbstick, right thumbstick, or both are used for teleport, smooth movement, and turning. Passed as a constructor parameter to LocomotionSystem to configure the controller assignment for the session.

Signature

enum LocomotionControls : Enum<LocomotionControls> 

Enumeration Constants

MemberDescription
Left
Only the left controller's thumbstick drives locomotion input. The right controller remains available for pointing, selecting, and other application interactions.
Right
Only the right controller's thumbstick drives locomotion input. This is the default configuration used by LocomotionSystem.
LeftAndRight
Both controllers contribute to locomotion input. Useful for applications that dedicate both thumbsticks to movement and turning without other thumbstick interactions.