|  | AnimationControllerAnimationInstance Property | 
            Gets the root animation instance.
            
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic AnimationInstance AnimationInstance { get; }Public ReadOnly Property AnimationInstance As AnimationInstance
	Get
public:
property AnimationInstance^ AnimationInstance {
	AnimationInstance^ get ();
}member AnimationInstance : AnimationInstance with 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
Remarks
            Animation instances maintain the runtime-state of the animations. See 
            
AnimationInstance for more information.
            
 See Also
See Also