Defines the value of an animation at a certain point in time.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)
Syntax
| C# |
|---|
public interface IKeyFrame<T> |
| Visual Basic |
|---|
Public Interface IKeyFrame(Of T) |
| Visual C++ |
|---|
generic<typename T> public interface class IKeyFrame |
Type Parameters
- T
- The type of the value stored in the key frame.