Click or drag to resize
DigitalRuneTerrainRendererClearMeshes Method
Clears the internally stored TerrainRendererMeshes.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void ClearMeshes(
	bool dispose
)

Parameters

dispose
Type: SystemBoolean
If set to the internally stored meshes are disposed. If set to the references to the meshes are removed but the meshes are not disposed.
See Also