Contents, API Reference, Interfaces, iMesh, preprocessGenerationCompleted
iMesh::preprocessGenerationCompleted()
Description
Tells PathEngine that it is ok to discard any data associated with this mesh that
is only required for generating unobstructed space or preprocess.
Syntax
void preprocessGenerationCompleted(); |
Remarks
After calling this method you are not permitted to generate any more preprocess for this mesh,
or to call the following methods:
C# Mapping
void preprocessGenerationCompleted(); |
Java Mapping
void preprocessGenerationCompleted();
|