Planeshift
|
#include "DetourStatus.h"
Go to the source code of this file.
Classes | |
struct | dtCompressedTile |
class | dtTileCache |
struct | dtTileCacheMeshProcess |
struct | dtTileCacheObstacle |
struct | dtTileCacheParams |
struct | dtTileCache::ObstacleRequest |
Typedefs | |
typedef unsigned int | dtCompressedTileRef |
typedef unsigned int | dtObstacleRef |
Enumerations | |
enum | dtCompressedTileFlags { DT_COMPRESSEDTILE_FREE_DATA = 0x01 } |
Flags for addTile. More... | |
enum | ObstacleState { DT_OBSTACLE_EMPTY, DT_OBSTACLE_PROCESSING, DT_OBSTACLE_PROCESSED, DT_OBSTACLE_REMOVING } |
Functions | |
dtTileCache * | dtAllocTileCache () |
void | dtFreeTileCache (dtTileCache *tc) |
Variables | |
static const int | DT_MAX_TOUCHED_TILES = 8 |
typedef unsigned int dtCompressedTileRef |
Definition at line 10 of file DetourTileCache.h.
typedef unsigned int dtObstacleRef |
Definition at line 8 of file DetourTileCache.h.
Flags for addTile.
Definition at line 13 of file DetourTileCache.h.
enum ObstacleState |
Definition at line 30 of file DetourTileCache.h.
dtTileCache* dtAllocTileCache | ( | ) |
void dtFreeTileCache | ( | dtTileCache * | tc | ) |
const int DT_MAX_TOUCHED_TILES = 8 [static] |
Definition at line 38 of file DetourTileCache.h.