Recycles an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)
Syntax
| C# |
|---|
void Recycle( ref T value ) |
| Visual Basic |
|---|
Sub Recycle ( _ ByRef value As T _ ) |
| Visual C++ |
|---|
void Recycle( T% value ) |
Parameters
- value
- Type: T%
In/Out: The animation value to be recycled.