PathEngine home | previous: | next: |
A helper function for checking whether pathfinding queries are supported for a given shape (and collision context).
bool shapeCanPathfind(const iShape& shape, const iCollisionContext* context) const; |
shape | Check if pathfinding is supported for this shape. | ||
context | The collision context that will be used for pathfinding. Can be set to zero if no context will be used (as for the pathfinding queries themselves). |
Pathfinding queries can be called if either:
(Refer to
bool shapeCanPathfind(Shape shape, CollisionContext context); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |