NeoAxis Engine API Reference

MapObjectType.OnSave Method

Called when the type during saving.

protected override bool OnSave(
   TextBlock block
);

Parameters

block
The text block in which data of type will be saved.

Return Value

true if the data are correct; otherwise, false.

See Also

MapObjectType Class | Engine.MapSystem Namespace