PathEngine home previous: iExpanded2DObstacles::render()next: Interface iContentChunk
Contents, API Reference, Interfaces, iExpanded2DObstacles, save

iExpanded2DObstacles::save()

Description

Saves the expanded obstacles to persistent storage.

Syntax

void save(iOutputStream& outputStream) const;

Parameters

outputStream The expanded obstacles data will be saved to this output stream.

Remarks

Any instance objects associated with the content chunk will not be saved.

See Also

iPathEngine::loadContentChunk()

C# Mapping

void save(OutputStream outputStream);

Java Mapping

void save(OutputStream outputStream);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Interface iContentChunk