CameraNavigator.setRotationDuration() method
Set the speed of camera rotation.
Signature:
setRotationDuration(rotationDuration: number): void;
Parameters
| Parameter | Description |
|---|
| rotationDuration | Larger number means lower speed. e.g. setRotationDuration(20). |
Returns:
void