Click or drag to resize
SphericalCameraIsRotating Property
Gets or sets a boolean that specifies if the camera is currently being animated.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 7.0.0.0
Syntax
C#
public bool IsRotating { get; }

Property Value

Type: Boolean
Remarks

IsRotating property specifies if the camera is currently being animated.

The animation can be started with StartRotation(Double, Double) method.

The animation can be stopped with StopRotation method.

See Also