#include <NavMeshQuery.h>
Classes | |
class | LockGuard |
Public Member Functions | |
NavMeshQuery (dtNavMesh *navMesh, dtNavMeshQuery *navQuery) | |
Holds pointers to Recast navigation mesh objects and the associated mutex. This structure should be used when performing operations on a navigation mesh. In order to access NavMesh or NavMeshQuery objects, use the object LockGuard(NavMeshQuery&).