CanvasUpdateFlags

Description

[Flags]
enum Tinman.Terrain.Tools.CanvasUpdateFlags

Enumeration of canvas update flags.

See also

Canvas

Public / Constants

None

public constant None → (0:int32)

The Canvas has not been updated.

Blocks

public constant Blocks → (1:int32)

The range of visible blocks has changed.

Content

public constant Content → (1:int32)

The content of one or more blocks has changed.

See also

ICanvasContent

GridLines

public constant GridLines → (2:int32)

The map grid lines have been computed.

See also

Canvas.GridLines

Regions

public constant Regions → (4:int32)

The map regions have been computed.

See also

Canvas.Regions

All

public constant All → (7:int32)

All flags.