40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/MapSerialiser.html
|
|
Title: People Playground Modding - MapSerialiser
|
|
==================================================
|
|
|
|
public class MapSerialiser
|
|
No description provided
|
|
Nested types
|
|
MapSerialiser.LightmapDataContainer
|
|
MapSerialiser.ChunkObjectData
|
|
MapSerialiser.LightObjectData
|
|
Fields
|
|
public const string Path
|
|
No description provided
|
|
Constant value: "Maps/"
|
|
|
|
public const string ThumbnailExtension
|
|
No description provided
|
|
Constant value: ".png"
|
|
|
|
public static Texture2D ThumbnailTemplate
|
|
No description provided
|
|
|
|
public static List<MapInternals> LoadedMaps
|
|
No description provided
|
|
|
|
Methods
|
|
public static void Initialise()
|
|
No description provided
|
|
|
|
public static IEnumerable<MapInternals> GetAllMaps()
|
|
No description provided
|
|
|
|
public static void DeleteMap(MapInternals internals)
|
|
No description provided
|
|
|
|
public static void SaveMap(MapProperties properties, bool notify, bool backup = false)
|
|
No description provided
|
|
|
|
public static void AssembleMap(MapInternals mapInternal, bool regenView = true, Map currentMap = null)
|
|
No description provided |