Click or drag to resize
DigitalRuneAnimationInstanceAutoRecycleEnabled Property
Gets or sets a value indicating whether this animation instance should be automatically recycled when it is stopped and removed from the animation system.

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

Property Value

Type: Boolean
if the animation instance is recycled automatically; otherwise, .
Remarks
See AnimationController for more information.
See Also