| Name | Description |
---|
| StartRotation(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.
|
| StartRotation(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.
|