|
Planeshift
|
#include <DetourTileCache.h>
Public Attributes | |
| float | height |
| dtTileCacheObstacle * | next |
| unsigned char | npending |
| unsigned char | ntouched |
| dtCompressedTileRef | pending [DT_MAX_TOUCHED_TILES] |
| float | pos [3] |
| float | radius |
| unsigned short | salt |
| unsigned char | state |
| dtCompressedTileRef | touched [DT_MAX_TOUCHED_TILES] |
Definition at line 39 of file DetourTileCache.h.
| float dtTileCacheObstacle::height |
Definition at line 41 of file DetourTileCache.h.
| dtTileCacheObstacle* dtTileCacheObstacle::next |
Definition at line 48 of file DetourTileCache.h.
| unsigned char dtTileCacheObstacle::npending |
Definition at line 47 of file DetourTileCache.h.
| unsigned char dtTileCacheObstacle::ntouched |
Definition at line 46 of file DetourTileCache.h.
| dtCompressedTileRef dtTileCacheObstacle::pending[DT_MAX_TOUCHED_TILES] |
Definition at line 43 of file DetourTileCache.h.
| float dtTileCacheObstacle::pos[3] |
Definition at line 41 of file DetourTileCache.h.
| float dtTileCacheObstacle::radius |
Definition at line 41 of file DetourTileCache.h.
| unsigned short dtTileCacheObstacle::salt |
Definition at line 44 of file DetourTileCache.h.
| unsigned char dtTileCacheObstacle::state |
Definition at line 45 of file DetourTileCache.h.
| dtCompressedTileRef dtTileCacheObstacle::touched[DT_MAX_TOUCHED_TILES] |
Definition at line 42 of file DetourTileCache.h.