CameraNavigator.setSpeed() method

Set the animation speed.

Signature:

setSpeed(speed: number): void;

Parameters

ParameterDescription
speedRepresent how much distance the camera moves in one frame.

Returns:

void