|
Recast Navigation
1.0.35
|
#include <DetourTileCache.h>
Public Attributes | |
| float | pos [3] |
| float | radius |
| float | height |
| dtCompressedTileRef | touched [DT_MAX_TOUCHED_TILES] |
| dtCompressedTileRef | pending [DT_MAX_TOUCHED_TILES] |
| unsigned short | salt |
| unsigned char | state |
| unsigned char | ntouched |
| unsigned char | npending |
| dtTileCacheObstacle * | next |
| float dtTileCacheObstacle::height |
| dtTileCacheObstacle* dtTileCacheObstacle::next |
| unsigned char dtTileCacheObstacle::npending |
| unsigned char dtTileCacheObstacle::ntouched |
| dtCompressedTileRef dtTileCacheObstacle::pending[DT_MAX_TOUCHED_TILES] |
| float dtTileCacheObstacle::pos[3] |
| float dtTileCacheObstacle::radius |
| unsigned short dtTileCacheObstacle::salt |
| unsigned char dtTileCacheObstacle::state |
| dtCompressedTileRef dtTileCacheObstacle::touched[DT_MAX_TOUCHED_TILES] |