Interface CinematicSettings

Hierarchy

  • CinematicSettings

Properties

allowManualRotation?: boolean

Position -> camera's position Rotation -> camera's direction scale.z -> zoom level scale.x and scale.y -> unused

cameraEntity: number

Entity that defines the cinematic camera transform.

pitchRange?: number

how far the camera can rotate around the x-axis / look up-down, in radians. default unrestricted

rollRange?: number

note: cameras can never look up/down further than Vec3::Y

yawRange?: number

how far the camera can rotate around the y-axis / look left/right, in radians. default unrestricted

zoomMax?: number

maximum zoom level. must be greater than 0. defaults to the input zoom level

zoomMin?: number

minimum zoom level. must be greater than 0. defaults to the input zoom level