|
Planeshift
|
#include "DetourAlloc.h"Go to the source code of this file.
Classes | |
| struct | dtNavMeshCreateParams |
| Represents the source data used to build an navigation mesh tile. More... | |
Functions | |
| bool | dtCreateNavMeshData (dtNavMeshCreateParams *params, unsigned char **outData, int *outDataSize) |
| Builds navigation mesh tile data from the provided tile creation data. More... | |
| bool | dtNavMeshDataSwapEndian (unsigned char *data, const int dataSize) |
| Swaps endianess of the tile data. More... | |
| bool | dtNavMeshHeaderSwapEndian (unsigned char *data, const int dataSize) |
| Swaps the endianess of the tile data's header (dtMeshHeader). More... | |
Swaps endianess of the tile data.
| [in,out] | data | The tile data array. |
| [in] | dataSize | The size of the data array. |
Swaps the endianess of the tile data's header (dtMeshHeader).
| [in,out] | data | The tile data array. |
| [in] | dataSize | The size of the data array. |