#include <DetourPathQueue.h>
|
| | dtPathQueue () |
| |
| | ~dtPathQueue () |
| |
| bool | init (const int maxPathSize, const int maxSearchNodeCount, dtNavMesh *nav) |
| |
| void | update (const int maxIters) |
| |
| dtPathQueueRef | request (dtPolyRef startRef, dtPolyRef endRef, const dtReal *startPos, const dtReal *endPos, const dtReal costLimit, const bool requireNavigableEndLocation, const dtQueryFilter *filter, TSharedPtr< dtQuerySpecialLinkFilter > linkFilter) |
| |
| dtStatus | getRequestStatus (dtPathQueueRef ref) const |
| |
| dtStatus | getPathResult (dtPathQueueRef ref, dtPolyRef *path, int *pathSize, const int maxPath) |
| |
| const dtNavMeshQuery * | getNavQuery () const |
| |
◆ dtPathQueue()
| dtPathQueue::dtPathQueue |
( |
| ) |
|
◆ ~dtPathQueue()
| dtPathQueue::~dtPathQueue |
( |
| ) |
|
◆ getNavQuery()
◆ getPathResult()
◆ getRequestStatus()
◆ init()
| bool dtPathQueue::init |
( |
const int |
maxPathSize, |
|
|
const int |
maxSearchNodeCount, |
|
|
dtNavMesh * |
nav |
|
) |
| |
◆ request()
◆ update()
| void dtPathQueue::update |
( |
const int |
maxIters | ) |
|
The documentation for this class was generated from the following files: