| IKeyFrameT Interface |
Defines the value of an animation at a certain point in time.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public interface IKeyFrame<T>
Public Interface IKeyFrame(Of T)
generic<typename T>
public interface class IKeyFrame
type IKeyFrame<'T> = interface end
Type Parameters
- T
- The type of the value stored in the key frame.
The IKeyFrameT type exposes the following members.
Properties
| Name | Description |
---|
| Time |
Gets the time offset from the start of the animation to the key frame.
|
| Value |
Gets the animation value of the key frame.
|
TopSee Also