Base |
public void StopRotation()
StopRotation immediately stops the animation of the camera.
To slowly stop the camera rotation with preserving the camera's inertia, use the StopRotation(Double, BaseCameraEasingFunctionDelegate) method.
The animation can be started with StartRotation(Double, Double) or StartRotation(Double, Double, Double, BaseCameraEasingFunctionDelegate) methods.