| AnimationClipTAnimation Property |
Gets or sets the original animation from which a clip is played back.
Namespace: DigitalRune.AnimationAssembly: 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; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Animation As IAnimation(Of T)
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property IAnimation<T>^ Animation {
IAnimation<T>^ get ();
void set (IAnimation<T>^ value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Animation : IAnimation<'T> with get, set
Property Value
Type:
IAnimationTThe original animation from which a clip is played back.
See Also