Click or drag to resize
AB4D logo

CameraRotationTrack Class

CameraRotationTrack defines rotation key frames for camera rotation. The key frames are defined in the Keys list.
Inheritance Hierarchy
System.Object
  Ab3d.Animation.KeyFramesTrackBase<CameraRotationKeyFrame>
    Ab3d.Animation.CameraRotationTrack

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public class CameraRotationTrack : KeyFramesTrackBase<CameraRotationKeyFrame>

The CameraRotationTrack type exposes the following members.

Constructors
 NameDescription
Public methodCameraRotationTrackInitializes a new instance of the CameraRotationTrack class
Top
Methods
 NameDescription
Public methodGetDumpString GetDumpString virtual method can be overridden to provide detailed description of this object.
(Overrides KeyFramesTrackBase<T>.GetDumpString())
Public methodGetRotationForFrame Gets interpolated heading, attitude and bank for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)
Top
See Also