Click or drag to resize
DigitalRuneAnimationControllerAnimationInstance Property
Gets the root animation instance.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AnimationInstance AnimationInstance { get; }

Property Value

Type: AnimationInstance
The root animation instance. (Or if the animation instance has already been recycled and the animation controller is no longer valid.)
Remarks
Animation instances maintain the runtime-state of the animations. See AnimationInstance for more information.
See Also