TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum CanvasUpdateFlags in Tinman.Terrain.Tools

[Flags]
enum CanvasUpdateFlags  

Items

None = 0

The Canvas has not been updated.

Blocks = 0x01

The range of visible blocks has changed.

See also:

Canvas.BlockCountX
Canvas.BlockCountY
Canvas.BlockBounds
Canvas.BlockCoords
Content = 0x01

The content of one or more blocks has changed.

See also:

ICanvasContent
GridLines = 0x02

The map grid lines have been computed.

See also:

Canvas.GridLines
Regions = 0x04

The map regions have been computed.

See also:

Canvas.Regions