Skip to main content

Type Alias: CameraComponentOptions

CameraComponentOptions = object

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

Options for configuring the CameraComponent.

Properties

isStatic

isStatic: boolean

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

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


maxZoom

maxZoom: number

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

The maximum zoom level allowed.


minZoom

minZoom: number

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

The minimum zoom level allowed.


panInput?

optional panInput: Axis2dAction

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


panSensitivity

panSensitivity: number

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

The sensitivity of the panning controls.


zoom

zoom: number

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

The current zoom level of the camera.


zoomInput?

optional zoomInput: Axis1dAction

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


zoomSensitivity

zoomSensitivity: number

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

The sensitivity of the zoom controls.