# Camera Control Mode

### CameraControlMode Enum

Type of camera mode a user is in.

### Syntax

\[Sansar.Script.Interface]\
public enum **CameraControlMode**

### Remarks

### Members

| Member Name     | Description                                                           |
| --------------- | --------------------------------------------------------------------- |
| **FirstPerson** | First person camera mode, looking out from your avatar's position.    |
| **FlyCam**      | A camera mode detached from the avatar. Also referred to as Free Cam. |
| **None**        | Invalid camera control mode.                                          |
| **ThirdPerson** | Over the shoulder 3rd person camera mode.                             |

### Requirements

**Namespace:** Sansar.Simulation\
**Assembly:** Sansar.Simulation (in Sansar.Simulation.dll)\
**Assembly Versions:** 1.1.0.0

***
