PathEngine home previous: iMesh::releaseConnectedRegionPreprocessFor()next: iMesh::releaseUnobstructedSpaceFor()
Contents, API Reference, Interfaces, iMesh, releasePathfindPreprocessFor

iMesh::releasePathfindPreprocessFor()

Description

Releases pathfind preprocess previously generated by generatePathfindPreprocessFor().

Syntax

void releasePathfindPreprocessFor(const iShape& shape);

Parameters

shape Pathfind preprocess previously generated for this shape will be released.

Remarks

It's ok to call this if there is no pathfind preprocess present for the specified shape.
In this case the call will have no effect.

See Also

iMesh::generatePathfindPreprocessFor()

C# Mapping

void releasePathfindPreprocessFor(Shape shape);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::releaseUnobstructedSpaceFor()