Recast Navigation
Navigation-mesh Toolset for Games
|
Public Member Functions | |
dtCollectPolysQuery (dtPolyRef *polys, const int maxPolys) | |
virtual | ~dtCollectPolysQuery () |
int | numCollected () const |
bool | overflowed () const |
void | process (const dtMeshTile *tile, dtPoly **polys, dtPolyRef *refs, int count) |
Called for each batch of unique polygons touched by the search area in dtNavMeshQuery::queryPolygons. More... | |
Public Member Functions inherited from dtPolyQuery | |
virtual | ~dtPolyQuery () |
|
inline |
|
virtual |
|
inline |
|
inline |
|
inlinevirtual |
Called for each batch of unique polygons touched by the search area in dtNavMeshQuery::queryPolygons.
This can be called multiple times for a single query.
Implements dtPolyQuery.