Delegate Map.LoadStaticMapDelegate
A delegate method used by OnLoadStaticMap. The map parameter should be set to the loaded map, if applicable.
public delegate void Map.LoadStaticMapDelegate(MapInfo info, JsonSerializer serializer, ref Map map)
Parameters
infoMapInfo- A delegate method used by . The map parameter should be set to the loaded map, if applicable.
serializerJsonSerializer- A delegate method used by . The map parameter should be set to the loaded map, if applicable.
mapMap- A delegate method used by . The map parameter should be set to the loaded map, if applicable.
- Extension Methods