CameraNavigator.setRotationDuration() method

Set the speed of camera rotation.

Signature:

setRotationDuration(rotationDuration: number): void;

Parameters

ParameterDescription
rotationDurationLarger number means lower speed. e.g. setRotationDuration(20).

Returns:

void