---
name: DevTouchCameraMovementMode
last_updated: 2026-06-29T19:34:08Z
type: enum
summary: "Overwrites the camera mode if the player is on a touch device."
---

# DevTouchCameraMovementMode

Overwrites the camera mode if the player is on a touch device.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `UserChoice` | 0 | The camera will move based on the player's settings. |
| `Classic` | 1 | Camera tracks the player but will not automatically rotate if the player walks left or right. |
| `Follow` | 2 | Camera tracks the player and automatically rotates if the player walks left or right. |
| `Orbital` | 3 | The camera has a fixed Y position, but can be rotated around the player. |