Determines whether mesh should be marked as dirty after resuming updates.
Determines whether heightmap should be marked as dirty after resuming updates.
SuspendUpdates(Boolean,Boolean) Method
Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued.
Syntax

Parameters

invalidateMesh
Determines whether mesh should be marked as dirty after resuming updates.
invalidateHeightmap
Determines whether heightmap should be marked as dirty after resuming updates.

Return Value

The disposable Update Suspender.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also