Click or drag to resize
AB4D logo

CameraRotationKeyFrame Class

CameraRotationKeyFrame class defines the Heading, Attitude and Bank camera rotation values for the specified FrameNumber.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    Ab3d.AnimationCameraRotationKeyFrame

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public sealed class CameraRotationKeyFrame : KeyFrameBase

The CameraRotationKeyFrame type exposes the following members.

Constructors
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldAttitude Attitude in degrees
Public fieldBank Bank in degrees
Public fieldHeading Heading in degrees
Top
See Also