Module map_gui::load[][src]

Loading large resources (like maps, scenarios, and prebaked data) requires different strategies on native and web. Both cases are wrapped up as a State that runs a callback when done.

Modules

native_loader

Structs

FileLoader

Loads a JSON or bincoded file, then deserializes it

FutureLoader
MapAlreadyLoaded
MapLoader
RawFileLoader

Loads a file without deserializing it.