DevTouchMovementMode
Overrides the movement mode of players who are playing on touch devices.
Items
Name | Value | Summary |
---|---|---|
UserChoice | 0 | The player's character will moved based on the user's settings. |
Thumbstick | 1 | |
DPad | 2 | |
Thumbpad | 3 | |
ClickToMove | 4 | The player's character will attempt to move to a location in the world when the player taps a location. |
Scriptable | 5 | The player will not respond to default controls; any character movement must be defined in custom scripts. |
DynamicThumbstick | 6 | The player's character is controlled with a virtual thumbstick that appears when they touch the lower portion of the screen. Jumping is controlled with a separate button. Good for portrait mode and one handed play. |