> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/doxygen_synced/classes/class_camera.md).

# Camera

**Usage:** `api.Camera.main`

Access the main camera.

## Public Properties

|                    | Name                                                                                                                                                                                 |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| UnityEngine.Camera | <p><a href="https://git.unimetaverse.net/vc-core-engine/doxygen/-/tree/main/Classes/Classes/class_camera.md#property-main"><strong>main</strong></a><br>The scene's main camera.</p> |

## Public Property Documentation

### property main

```csharp
static UnityEngine.Camera main;
```

The scene's main camera.

***

Updated on 2026-07-22 at 12:00:00 +0800
