PathEngine home previous: Obstacle Set Creation Attributesnext: Pinned Shape Attributes
Contents, API Reference, Values and Strings, Pathfind Preprocess Attributes

Pathfind Preprocess Attributes

Attribute
Description
"splitWithCircumferenceBelow" If this attribute is specified then an optimisation will be applied to small convex obstacles with a circumference below the specified value.
See Pathfinding Through Forests for an explanation of this optimisation.
"split_with_circumference_below" Retained for compatibility, equivalent to 'splitWithCircumferenceBelow'.
"resolvePositionNearObstructedEndPoints" Defaults to false.
If this attribute is set to true then PathEngine will attempt to resolve nearby unobstructed positions for any obstructed off-mesh connection endpoints during pathfinding preprocess generation.
"enableConnectedRegionQueries" Defaults to false.
If this attribute is set to true then PathEngine will store a bit of additional information relating to the obstructed space boundary connectivity, for fast reachability checking.

Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: Pinned Shape Attributes