Click or drag to resize
DigitalRuneAnimationClipTAnimation Property
Gets or sets the original animation from which a clip is played back.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(SharedResource = true)]
public IAnimation<T> Animation { get; set; }

Property Value

Type: IAnimationT
The original animation from which a clip is played back.
See Also