maxRotationSpeedInDegreesPerSecond property
The maximum rotation speed. Maximum bearing rotation speed in degrees per second, limiting how fast the camera turns. Defaults to 20 degrees per second. Gets the maximum rotation speed.
Implementation
double get maxRotationSpeedInDegreesPerSecond;
The maximum rotation speed. Maximum bearing rotation speed in degrees per second, limiting how fast the camera turns. Defaults to 20 degrees per second. Sets the maximum rotation speed.
Implementation
set maxRotationSpeedInDegreesPerSecond(double value);