Click or drag to resize
AB4D logo

BaseCameraIsRotating 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: 11.0.8746.1045
Syntax
C#
public bool IsRotating { get; }

Property Value

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