TileDataResult

Description

enum Tinman.Terrain.Pyramids.TileDataResult

Result codes for getting pyramid tile data.

Public / Constants

Error

public constant Error → (-1:int32)

An unexpected error has occurred, no data has been loaded for the requested pyramid tile.

The contents of the provided output buffer are undefined.

Void

public constant Void → (0:int32)

The requested pyramid tile does not exist (which implies that there are no descendants).

The contents of the provided output buffer are undefined.

Ok

public constant Ok → (1:int32)

The data of the requested pyramid tile has been loaded.

The provided output buffer contains the tile data.

Empty

public constant Empty → (2:int32)

The requested pyramid tile exists but has no data (but some descendants might).

The contents of the provided output buffer are undefined.