Click or drag to resize
DigitalRuneVector4TraitsRecycle 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
public void Recycle(
	ref Vector4 value
)

Parameters

value
Type: Vector4
In/Out: The animation value to be recycled.

Implements

IAnimationValueTraitsTRecycle(T)
See Also