| AnimationInstanceTAnimation Property |
Gets the animation that is being played back.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public IAnimation<T> Animation { get; }
Public ReadOnly Property Animation As IAnimation(Of T)
Get
public:
property IAnimation<T>^ Animation {
IAnimation<T>^ get ();
}
member Animation : IAnimation<'T> with get
Property Value
Type:
IAnimationTThe animation that is being played back.
See Also