Click or drag to resize
AB4D logo

BaseCameraStartRotation Method

Overload List
 NameDescription
Public methodStartRotation(Double, Double) StartRotation method immediately starts Heading and Attitude animation for this camera. To slowly start the camera rotation and than accelerating the rotation, use the StartRotation(Double, Double, Double, BaseCameraEasingFunctionDelegate) method.
Public methodStartRotation(Double, Double, Double, BaseCameraEasingFunctionDelegate) StartRotation method slowly starts the camera rotation (changing Heading and Attitude) and than accelerates the rotation. To immediately start rotation for this camera, use the StartRotation(Double, Double) method.
Top
See Also