PathEngine home | previous: | next: |
In addition to the following options,
Attribute
|
Description
|
---|---|
'markForPreprocessing' |
This option may be set to either 'true' or 'false',
and defaults to 'false'.
If set to 'true' then full pathfinding preprocess will be generated and cached with the obstacle set. |
'warnOnImplicitStateChanges' |
This option may be set to either 'true' or 'false',
and defaults to 'false'. When set to true, the obstacle set will emit a warning if any agents in the set are modified in a way that effects the pathfinding preprocess, or are removed from the set implicitly on agent deletion. (This is used by the cDoubleBufferedObstacleSet class in the semi dynamic obstacles example project, to check that agent changes don't interfere with the semantics of the double buffered obstacle set.) |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |