PathEngine home | previous: | next: |
Background preprocess generation version of
void generateBackgroundUnobstructedSpaceFor_WithPreExpanded(const iShape& shape, const char *const* options, const iExpanded2DObstacles* const * preExpanded_Buffer, uint32_t preExpanded_BufferEntries); |
shape | The shape for which unobstructed space should be generated. | ||
options |
This parameter enables optional attributes to be passed in to control aspects of the unobstructed space generation, if special behaviour is desired.
If special bevaviour is desired, then
see If no special behaviour is desired then you can just pass zero in for this parameter, to indicate no attributes. | ||
preExpanded_Buffer, preExpanded_BufferEntries |
(See |
Background unobstructed space must not already be present for the shape on this mesh.
void generateBackgroundUnobstructedSpaceFor_WithPreExpanded(Shape shape, string[] options, Expanded2DObstacles[] preExpanded); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |