Click or drag to resize
DigitalRuneSceneChangedEventArgsRecycle Method
Recycles this instance of the SceneChangedEventArgs class.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Recycle()
Remarks

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

See Also