Click or drag to resize
AB4D logo

KeyFramesTrackBaseT Properties

The KeyFramesTrackBaseT type exposes the following members.

Properties
 NameDescription
Public propertyEasingFunction Gets or sets a Func that gets a double and returns a double and can be specified to provide custom interpolation between first and last key frame. This defines the speed of the animation. When null (by default), linear interpolation is used.
Public propertyFirstFrame Gets first frame for this track
Public propertyKeys Gets a list of key frames.
Public propertyKeysCount Gets count of key frames.
Public propertyLastFrame Gets last frame for this track
Top
See Also