# Sandbox.CameraComponent.Priority

```csharp
int Priority { get; set; }
```

The priority of this camera. Dictates which camera gets rendered on top of another. Higher means it'll be rendered on top.

Declared in [Sandbox.CameraComponent](/api/Sandbox.CameraComponent).
Assembly: `Sandbox.Engine`.
