DevTouchCameraMovementMode
Overwrites the camera mode if the player is on a touch device.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
176 | UserChoice | 0 | The camera will move based on the player's settings. | |
176 | Classic | 1 | Camera tracks the player but will not automatically rotate if the player walks left or right. | |
176 | Follow | 2 | Camera tracks the player and automatically rotates if the player walks left or right. | |
297 | Orbital | 3 | The camera has a fixed Y position, but can be rotated around the player. |
Description
Overwrites the camera mode if the player is on a touch device.
History 5
- 297 Add Orbital
- 176 Add UserChoice
- 176 Add Follow
- 176 Add Classic
- 176 Add DevTouchCameraMovementMode