ExportMapAsImageAction action.See: Description
| Interface | Description |
|---|---|
| ExportMapProgress |
Interface for receiving progress information while the map is exported.
|
| Class | Description |
|---|---|
| ExportMapAsImageAction<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
An
EditorAction that runs the map export on the current map. |
| LayoutInfo |
Stores layout information for maps.
|
| MapImageCreator<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Creates images from maps.
|
| PendingInfo |
Preliminary layout information for a map.
|
ExportMapAsImageAction action.