enum LocomotionControls : Enum<LocomotionControls>
| Member | Description |
|---|---|
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.
|