Type Alias CameraState

CameraState: { position: Point; rotation: number; zoomLevel: number }

The type of the camera state.

Type declaration

  • position: Point
  • rotation: number
  • zoomLevel: number