Open 3D Engine RecastNavigation Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#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&).