SerializableMap
ThaumielMapEditor.API.Serialization
This class is used to read map data from yaml
Overviewβ
Propertiesβ
| Name | Type | Access | Description |
|---|---|---|---|
FileName | string | get set | Gets or sets the file name for the ThaumielMapEditor.API.Serialization.SerializableMap instance. |
Id | Guid | get set | Gets or sets the Guid id for the ThaumielMapEditor.API.Serialization.SerializableMap instance. |
LocalPosition | Vector3 | get set | Gets or sets the local position of the room for the ThaumielMapEditor.API.Serialization.SerializableMap instance. |
Room | RoomName | get set | Gets or sets the room by its name for the ThaumielMapEditor.API.Serialization.SerializableMap instance. |
Fieldsβ
| Name | Type | Description |
|---|---|---|
Schematics | List<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.