pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
saveMapFile
PixelPerfectEngine
map
mapdata
Saves a map to an external file.
void
saveMapFile
(MapDataHeader* header, MappingElement[] map, string name)
void
saveMapFile
(
MapDataHeader
*
header
,
ref
MappingElement
[]
map
,
string
name
)
void
saveMapFile
(MapDataHeader header, MappingElement[] map, F file)
Meta
Source
See Implementation
PixelPerfectEngine
map
mapdata
functions
loadMapFile
loadMapFromBase64
saveMapFile
saveMapToBase64
structs
MapDataHeader
Saves a map to an external file.