Animation |
public abstract class AnimationNodeBase
The AnimationNodeBase type exposes the following members.
Name | Description | |
---|---|---|
AnimationNodeBase | Initializes a new instance of the AnimationNodeBase class |
Name | Description | |
---|---|---|
FirstFrameNumber | Gets the first defined frame number for this AnimationNode. | |
LastFrameNumber | Gets the last defined frame number for this AnimationNode. |
Name | Description | |
---|---|---|
Dump | Writes details about this AnimationNodeBase to the Visual Studio Output window. This method calls the GetDumpString method to get details about each keyframe. | |
GetDumpString | GetDumpString virtual method can be overridden to provide detailed description of this AnimationNodeBase. | |
GoToFrame | GoToFrame method updates the objects animated with this animation node based on the specified frame number. |