SerializableSchematic
ThaumielMapEditor.API.Serialization
This class is used to read schematic data from yaml
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
FileName | string | get set | Gets or sets file name for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
LOD | List<SerializableLOD> | get set | Gets or sets the LOD Zones for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
Objects | List<SerializableObject> | get set | Gets or sets the objects for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
RootObjectId | int | get set | Gets or sets the root object id for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
Rotation | Quaternion | get set | Gets or sets the rotation for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
Scale | Vector3 | get set | Gets or sets the scale for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
ServerSideObjects | List<SerializableObject> | get set | Gets or sets the server-side objects for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance. |
Properties​
FileName​
Type: string Access: get set
Gets or sets file name for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
LOD​
Type: List<SerializableLOD> Access: get set
Gets or sets the LOD Zones for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
Objects​
Type: List<SerializableObject> Access: get set
Gets or sets the objects for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
RootObjectId​
Type: int Access: get set
Gets or sets the root object id for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
Rotation​
Type: Quaternion Access: get set
Gets or sets the rotation for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
Scale​
Type: Vector3 Access: get set
Gets or sets the scale for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
ServerSideObjects​
Type: List<SerializableObject> Access: get set
Gets or sets the server-side objects for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.