Open 3D Engine RecastNavigation Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
RecastNavigation::NavMeshQuery Class Reference

#include <NavMeshQuery.h>

Classes

class  LockGuard
 

Public Member Functions

 NavMeshQuery (dtNavMesh *navMesh, dtNavMeshQuery *navQuery)
 

Detailed Description

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&).


The documentation for this class was generated from the following file: