PathEngine home previous: iMesh::preprocessGenerationCompleted()next: iMesh::releasePathfindPreprocessFor()
Contents, API Reference, Interfaces, iMesh, releaseAllPreprocessFor

iMesh::releaseAllPreprocessFor()

Description

Releases preprocess previously generated by generateCollisionPreprocessFor() or by generatePathfindPreprocessFor().

Syntax

void releaseAllPreprocessFor(iShape* shape);

Parameters

shape Preprocess relating to this shape will be released.

Remarks

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

See Also

iMesh::generateCollisionPreprocessFor(), iMesh::generatePathfindPreprocessFor(), iMesh::shapeCanCollide(), iMesh::shapeCanPathfind()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iMesh::releasePathfindPreprocessFor()