Key |
The KeyFramesTrackBaseT type exposes the following members.
Name | Description | |
---|---|---|
Dump | Writes details about this KeyFramesTrack to the Visual Studio Output window. This method calls the protected GetDumpString method to get details about each keyframe. | |
GetDumpString | GetDumpString virtual method can be overridden to provide detailed description of this object. | |
InterpolateFrameNumber | InterpolateFrameNumber method interpolates the specified frame number based on the specified EasingFunction. This method must be called from all derived classes to calculate the final frame number. | |
SetEasingFunctionToAllKeys | SetInterpolationToAllKeys methods sets the specified interpolation to all keys in the key frames track. |