Camera |
public class CameraAnimationNode : AnimationNodeBase
The CameraAnimationNode type exposes the following members.
Name | Description | |
---|---|---|
CameraAnimationNode | Constructor |
Name | Description | |
---|---|---|
Camera | Camera that is animated. This value is set in the CameraAnimationNode's constructor. | |
CameraWidthTrack | Gets a DoubleTrack that defines double value key frames for CameraWidth used by the Orthographic camera. | |
DistanceTrack | Gets a DoubleTrack that defines double value key frames for camera distance. | |
FirstFrameNumber |
Gets the first defined frame number for this AnimationNode.
(Overrides AnimationNodeBaseFirstFrameNumber) | |
LastFrameNumber |
Gets the last defined frame number for this AnimationNode.
(Overrides AnimationNodeBaseLastFrameNumber) | |
PositionTrack | Gets a PositionTrack that defines position key frames for camera position. | |
RotationTrack | Gets a CameraRotationTrack that defines rotation key frames for camera rotation. |
Name | Description | |
---|---|---|
GetDumpString |
GetDumpString virtual method can be overridden to provide detailed description of this object.
(Overrides AnimationNodeBaseGetDumpString) | |
GoToFrame |
GoToFrame method updates the objects animated with this animation node based on the specified frame number.
(Overrides AnimationNodeBaseGoToFrame(Double)) |