 |
IRotatingCamera Interface |
IRotatingCamera interface defines a camera that provides rotation animation
Namespace: Ab4d.SharpEngine.CamerasAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic interface IRotatingCamera
The IRotatingCamera type exposes the following members.
Properties
Methods | Name | Description |
---|
 | StartRotation(Single, Single) |
StartRotation method immediately starts Heading and Attitude animation for this camera.
To slowly start the camera rotation and than accelerate the rotation, use the StartRotation(Single, Single, Single, Func<Single, Single> ) method.
|
 | StartRotation(Single, Single, Single, Func<Single, Single>) |
StartRotation method slowly starts the camera rotation (animating Heading and Attitude properties) and than accelerates the rotation.
To immediately start rotation for this camera, use the StartRotation(Single, Single) method.
|
 | StopRotation() |
StopRotation immediately stops the rotation animation of the camera.
|
 | StopRotation(Single, Func<Single, Single>) |
StopRotation slowly stops the rotation animation of the camera with preserving the rotation inertia.
|
Top
See Also