PathEngine home | previous: | next: |
Returns an index for the connected region for an agent's current position.
int32_t getConnectedRegionForAgent(iAgent& agent) const; |
agent | The agent shape for which connected region preprocess should be queried. |
Must not be called for non-moveable agents.
Requires that this obstacle set has been marked for preprocessing, with connected region queries support.
See
This is equivalent to calling
int getConnectedRegionForAgent(Agent agent); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |