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

enum PageLoadFlags in Tinman.Core.Caching

enum PageLoadFlags  

Items

Load = 0

Load the cache page normally during access.

Manual = 1

Do no load the cache page during access. This must be done manually later.

Partial = 2

Do partial load of cache page during access.

Remarks:

This is the same as Load, except that the partial flag is passed to the callback that actually loads the cache page.