Click or drag to resize
SphericalCameraStopRotation 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, SphericalCameraEasingFunctionDelegate) method.

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