Click or drag to resize
DigitalRuneIAnimationValueTraitsTRecycle Method
Recycles an animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void Recycle(
	ref T value
)

Parameters

value
Type: T
In/Out: The animation value to be recycled.
See Also