Click or drag to resize
AB4D logo

Transform3DAnimationNode Properties

The Transform3DAnimationNode type exposes the following members.

Properties
 NameDescription
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.
Public propertyRotationCenterPosition Gets or sets a center position of the object. The ObjectCenterPosition is used as rotation and scale center position. This value is automatically calculated from the specified Model3D or Visual3D in constructor, but the value can be overwritten by user to specify custom rotation center position.
Public propertyRotationTrack Gets a CameraRotationTrack that defines rotation values for each key frame.
Public propertyScaleTrack Gets a ScaleTrack that defines scale values for each key frame.
Top
See Also