Skip to main content

Type Alias: CameraComponentOptions

CameraComponentOptions = object

Defined in: rendering/components/camera-component.ts:6

Options for configuring the CameraComponent.

Properties

allowPanning

allowPanning: boolean

Defined in: rendering/components/camera-component.ts:26

Indicates if panning is allowed.


allowZooming

allowZooming: boolean

Defined in: rendering/components/camera-component.ts:29

Indicates if zooming is allowed.


isStatic

isStatic: boolean

Defined in: rendering/components/camera-component.ts:23

Indicates if the camera is static (non-movable).


maxZoom

maxZoom: number

Defined in: rendering/components/camera-component.ts:20

The maximum zoom level allowed.


minZoom

minZoom: number

Defined in: rendering/components/camera-component.ts:17

The minimum zoom level allowed.


panSensitivity

panSensitivity: number

Defined in: rendering/components/camera-component.ts:14

The sensitivity of the panning controls.


zoom

zoom: number

Defined in: rendering/components/camera-component.ts:8

The current zoom level of the camera.


zoomSensitivity

zoomSensitivity: number

Defined in: rendering/components/camera-component.ts:11

The sensitivity of the zoom controls.