Click or drag to resize
DigitalRuneSkeletonPoseRecycle Method
Recycles this instance of the SkeletonPose class.

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

Implements

IRecyclableRecycle
Remarks

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

See Also