PathEngine home | previous: | next: |
Adds a specified agent to this obstacle set.
void addAgent(iAgent& agent); |
agent |
The agent to add. This agent must be on the mesh this obstacle set was created for, and must not be already included in the set. |
void addAgent(Agent agent); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |