Click or drag to resize
DigitalRuneAnimationInstanceTAnimation Property
Gets the animation that is being played back.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public IAnimation<T> Animation { get; }

Property Value

Type: IAnimationT
The animation that is being played back.
See Also