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

struct CanvasBlock in Tinman.Terrain.Tools

struct CanvasBlock  

Public / Attributes

Bounds

The block bounds (see remarks).

public readonly field Bounds
type Box2I

Remarks:

Block region that shall be used. Usually, this will be the whole block, except when a lower resolution block is used to fill in a block that is still being loaded.

Edge

The edges that the block touches (only for rectangular canvases).

public readonly field Edge
type int32

Remarks:

1: left edge
2: top edge
4: right edge
8: bottom edge

Index

The block index (see remarks).

public readonly field Index
type int32

Remarks: