Skip to main content

SerializableMap

class ThaumielMapEditor.API.Serialization

This class is used to read map data from yaml

Overview​

Properties​

NameTypeAccessDescription
FileNamestringget setGets or sets the file name for the ThaumielMapEditor.API.Serialization.SerializableMap instance.
IdGuidget setGets or sets the Guid id for the ThaumielMapEditor.API.Serialization.SerializableMap instance.
LocalPositionVector3get setGets or sets the local position of the room for the ThaumielMapEditor.API.Serialization.SerializableMap instance.
RoomRoomNameget setGets or sets the room by its name for the ThaumielMapEditor.API.Serialization.SerializableMap instance.

Fields​

NameTypeDescription
SchematicsList<SerializedMapSchematic>Gets or sets the schematics for the `ThaumielMapEditor.API.Serialization.Seriali…

Properties​

FileName​

Type: string Access: get set

Gets or sets the file name for the ThaumielMapEditor.API.Serialization.SerializableMap instance.


Id​

Type: Guid Access: get set

Gets or sets the Guid id for the ThaumielMapEditor.API.Serialization.SerializableMap instance.


LocalPosition​

Type: Vector3 Access: get set

Gets or sets the local position of the room for the ThaumielMapEditor.API.Serialization.SerializableMap instance.


Room​

Type: RoomName Access: get set

Gets or sets the room by its name for the ThaumielMapEditor.API.Serialization.SerializableMap instance.


Fields​

Schematics​

Type: List<SerializedMapSchematic>

Gets or sets the schematics for the ThaumielMapEditor.API.Serialization.SerializableMap instance.