PathEngine home previous: iMesh::savePathfindPreprocessFor()next: iMesh::setTerrainCallBack()
Contents, API Reference, Interfaces, iMesh, saveUnobstructedSpaceFor

iMesh::saveUnobstructedSpaceFor()

Description

Saves unobstructed space to persistent storage.

Syntax

void saveUnobstructedSpaceFor(const iShape& shape, iOutputStream& os) const;

Parameters

shape The shape for which preprocess should be saved.
os An output stream to save the preprocess to.

Requirements

Unobstructed space must be present for this shape on this mesh.

Remarks

Use this method in conjunction with iMesh::loadUnobstructedSpaceFor() to avoid spending time generating preprocess each time a mesh is loaded.

See Also

Interface iOutputStream, iMesh::generateUnobstructedSpaceFor()

C# Mapping

void saveUnobstructedSpaceFor(Shape shape, OutputStream os);

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