Click or drag to resize
Ab4d.SharpEngine logo

KeyframesTrackT Properties

The KeyframesTrackT type exposes the following members.

Properties
 NameDescription
Public propertyAnimatedProperty 
Public propertyAnimatedPropertyName 
Public propertyDuration 
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 propertyFirstFrameTime Gets the time of the first frame in this track
Public propertyKeyframes Gets a list of keyframes.
Public propertyKeyframesCount Gets count of key frames.
Public propertyLastFrameTime Gets the time for the last frame in this track
Public propertySetTargetPropertyAction 
Public propertyTarget 
Top
See Also