Click or drag to resize
DigitalRuneAnimationInstanceRecycle Method
Recycles this animation instance (including all children).

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public virtual void Recycle()

Implements

IRecyclableRecycle
Remarks

This method resets this instance (and all children) and returns it to a resource pool if resource pooling is enabled (see ResourcePool.Enabled).

See Also