A game about forced loneliness, made by TACStudios
1# Free Camera
2
3The **FreeCamera** component provides you with an implementation for a simple free camera. When you add this component to a Camera, you can use the keyboard and mouse, or a controller, to control the Camera's position and rotation in Play Mode.
4
5## Properties
6
7| **Property** | **Description** |
8| ------------------------- | ------------------------------------------------------------ |
9| **Look Speed Controller** | Set the look speed of the Camera when using a controller. |
10| **Look Speed Mouse** | Set the look speed of the Camera when using a mouse. |
11| **Move Speed** | Set the speed at which the Camera moves. |
12| **Move Speed Increment** | Set the value of the increment that you can increase or decrease the **Move Speed** by. This is useful if you have a large Scene and the current **Move Speed** is not enough to easily traverse it. |
13| **Turbo** | Set the value that this component multiplies the **Move Speed** by when you press the key or button assigned to "Fire1". |