Recast Navigation
Navigation-mesh Toolset for Games
dtCompressedTile Struct Reference

#include <DetourTileCache.h>

Public Attributes

unsigned int salt
 Counter describing modifications to the tile. More...
 
struct dtTileCacheLayerHeaderheader
 
unsigned char * compressed
 
int compressedSize
 
unsigned char * data
 
int dataSize
 
unsigned int flags
 
dtCompressedTilenext
 

Member Data Documentation

◆ compressed

unsigned char* dtCompressedTile::compressed

◆ compressedSize

int dtCompressedTile::compressedSize

◆ data

unsigned char* dtCompressedTile::data

◆ dataSize

int dtCompressedTile::dataSize

◆ flags

unsigned int dtCompressedTile::flags

◆ header

struct dtTileCacheLayerHeader* dtCompressedTile::header

◆ next

dtCompressedTile* dtCompressedTile::next

◆ salt

unsigned int dtCompressedTile::salt

Counter describing modifications to the tile.


The documentation for this struct was generated from the following file: