Click or drag to resize
AB4D logo

FreeCameraAnimationNode Properties

The FreeCameraAnimationNode type exposes the following members.

Properties
 NameDescription
Public propertyAnimationType Gets or sets a type of animation that is performed with this FreeCameraAnimationNode. Default value is LinearInterpolation.
Public propertyCamera FreeCamera that is animated. This value is set in the CameraAnimationNode's constructor.
Public propertyCameraPositionTrack Gets a PositionTrack that defines position key frames for CameraPosition property.
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 propertyTargetPositionTrack Gets a Position3DTrack that defines position key frames for TargetPosition property.
Public propertyUpDirectionTrack Gets a Vector3DTrack that defines Vector3D value key frames for UpDirection property.
Top
See Also