Skip to main content

SerializableSchematic

class ThaumielMapEditor.API.Serialization

This class is used to read schematic data from yaml

Overview​

Properties​

NameTypeAccessDescription
FileNamestringget setGets or sets file name for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
LODList<SerializableLOD>get setGets or sets the LOD Zones for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
ObjectsList<SerializableObject>get setGets or sets the objects for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
RootObjectIdintget setGets or sets the root object id for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
RotationQuaternionget setGets or sets the rotation for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
ScaleVector3get setGets or sets the scale for the ThaumielMapEditor.API.Serialization.SerializableSchematic instance.
ServerSideObjectsList<SerializableObject>get setGets 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.