Click or drag to resize
AB4D logo

IRotatingCamera Interface

IRotatingCamera interface defines a camera that provides rotation animation

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IRotatingCamera

The IRotatingCamera type exposes the following members.

Properties
 NameDescription
Public propertyIsRotating Gets or sets a boolean that specifies if the camera is currently being animated.
Top
Methods
 NameDescription
Public methodStartRotation StartRotation method starts Heading and Attitude animation for this camera.
Public methodStopRotation StopRotation stops the animation of the camera.
Top
See Also