Click or drag to resize
DigitalRuneIKeyFrameT Interface
Defines the value of an animation at a certain point in time.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public interface IKeyFrame<T>

Type Parameters

T
The type of the value stored in the key frame.

The IKeyFrameT type exposes the following members.

Properties
  NameDescription
Public propertyTime
Gets the time offset from the start of the animation to the key frame.
Public propertyValue
Gets the animation value of the key frame.
Top
See Also