MapLoaders.IMapPreloadInfo
Description: Defines an object that contains some immediately available information about the map that is about to be loaded.
Fields
LayerCount: number
The total number of layers the map contains.
ResourceSheetCount: number
The total number of tile resource sheets that are used to represent the map.
TileCount: number
The total number of tiles within the map (empty or not).
OnPercentLoaded: EndGate.EventHandler1 <number>
Gets an event that is triggered when the percent loaded value has changed, first argument is the percent loaded (0-1). Functions can be bound or unbound to this event to be executed when the event triggers.
Examples
There's currently no example available for this page. If you'd like to suggest one send me an containing a description, code, and link to the page for the suggested example. As a thanks I'll associate the code snippet with your name directly below the example if approved.