DevTouchMovementMode
Overrides the movement mode of players who are playing on touch devices.
Items 7
History | Name | Value | Description | |
---|---|---|---|---|
176 | UserChoice | 0 | The player's character will moved based on the user's settings. | |
176 | Thumbstick | 1 | ||
176 | DPad | 2 | ||
176 | Thumbpad | 3 | ||
176 | ClickToMove | 4 | The player's character will attempt to move to a location in the world when the player taps a location. | |
176 | Scriptable | 5 | The player will not respond to default controls; any character movement must be defined in custom scripts. | |
284 | 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. |
Description
Overrides the movement mode of players who are playing on touch devices.
History 8
- 284 Add DynamicThumbstick
- 176 Add UserChoice
- 176 Add Thumbstick
- 176 Add Thumbpad
- 176 Add Scriptable
- 176 Add DPad
- 176 Add ClickToMove
- 176 Add DevTouchMovementMode