Click or drag to resize
AB4D logo

CameraAnimationNode Properties

The CameraAnimationNode type exposes the following members.

Properties
 NameDescription
Public propertyCamera Camera that is animated. This value is set in the CameraAnimationNode's constructor.
Public propertyCameraWidthTrack Gets a DoubleTrack that defines double value key frames for CameraWidth used by the Orthographic camera.
Public propertyDistanceTrack Gets a DoubleTrack that defines double value key frames for camera distance.
Public propertyFirstFrameNumber Gets the first defined frame number for this AnimationNode.
(Overrides AnimationNodeBaseFirstFrameNumber)
Public propertyLastFrameNumber Gets the last defined frame number for this AnimationNode.
(Overrides AnimationNodeBaseLastFrameNumber)
Public propertyPositionTrack Gets a PositionTrack that defines position key frames for camera position.
Public propertyRotationTrack Gets a CameraRotationTrack that defines rotation key frames for camera rotation.
Top
See Also