Click or drag to resize
AB4D logo

BaseCameraStopRotation Method

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.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public void StopRotation()
Remarks

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.

See Also