Animates a camera along a CameraPath.

Supports continuous playback, playback to a target time, scrubbing, and direct flight to a recorded frame.

Constructors

Properties

Scene containing the camera and tick event source.

state: CameraPathAnimationState = CameraPathAnimationState.SCRUBBING

Current playback state.

PLAYING: PLAYING = CameraPathAnimationState.PLAYING
PLAYING_TO: PLAYING_TO = CameraPathAnimationState.PLAYING_TO
SCRUBBING: SCRUBBING = CameraPathAnimationState.SCRUBBING
STOPPED: STOPPED = CameraPathAnimationState.STOPPED

Accessors

Methods