ClearCacheFlags

Description

[Flags]
enum Tinman.Terrain.Pyramids.ClearCacheFlags

Enumeration of flags for IPyramidBase.ClearCaches.

Public / Constants

None

public constant None → (0:int32)

No clear flags.

Pixel

public constant Pixel → (1:int32)

Clear cached content of IPixelPyramids?

Texel

public constant Texel → (2:int32)

Clear cached content of ITexelPyramids?

Rect

public constant Rect → (4:int32)

Clear cached content of rectangular pyramids (see MapType.Rect)?

Cube

public constant Cube → (8:int32)

Clear cached content of cubemap pyramids (see MapType.Cube)?

Memory

public constant Memory → (16:int32)

Clear cached content that is kept in main memory?

File

public constant File → (32:int32)

Clear cached content that is kept in a file in the local filesystem?

All

public constant All → (63:int32)

Clear all cached content.