PathEngine home previous: iCollisionContext::setOverlayConnectionPenalty()next: iCollisionContext::setSurfaceTypeTraverseCost()
Contents, API Reference, Interfaces, iCollisionContext, setQueryBounds

iCollisionContext::setQueryBounds()

Description

Sets a rectangular region outside which PathEngine may discard potential paths.

Syntax

void setQueryBounds(const cHorizontalRange& bounds);

Parameters

bounds The horizontal bounds to be applied.

Remarks

Refer to Limiting the Scope for Pathfinding for details about this functionality.

See Also

iCollisionContext::clearQueryBounds()

C# Mapping

void setQueryBounds(PathEngine.HorizontalRange bounds);

Java Mapping

void setQueryBounds(HorizontalRange bounds);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iCollisionContext::setSurfaceTypeTraverseCost()