void PlayerLocomotion.ToggleWalkMode(bool value)
7/14/25Less than 1 minute
Member of ML.SDK.PlayerLocomotion
Method
void PlayerLocomotion.ToggleWalkMode(bool value)
void PlayerLocomotion.ToggleWalkMode(bool value);Parameters
| Parameter | Type | Description |
|---|---|---|
| value | bool | True to enable, false to disable. |
Returns
Summary
Enables or disables the walk mode. Walk mode is related to VR mode.In desktop mode, player is alway in walk mode.

