# Sandbox.CameraComponent.View

```csharp
CameraView View { get; set; }
```

The view this camera composed this frame - the base transform reshaped by every
[Sandbox.ICameraModifier](/api/Sandbox.ICameraModifier), before transient render effects. Query
[Sandbox.CameraView.FieldOfView](/api/Sandbox.CameraView/FieldOfView) from here for zoom-aware logic like scaling look
sensitivity while scoped. Final from the camera stage of the tick (after Update, before
PreRender) - reading it during Update gives the previous frame's composition.

Declared in [Sandbox.CameraComponent](/api/Sandbox.CameraComponent).
Assembly: `Sandbox.Engine`.
