Skip to main content

PMERBlock

class ThaumielMapEditor.API.Conversion

Overview​

Properties​

NameTypeAccessDescription
BlockTypeintget setGets or sets the blocktype of the PMER schematic block
Namestringget setGets or sets the name of the PMER schematic block
ObjectIdintget setGets or sets the object id of the PMER schematic block
ParentIdintget setGets or sets the parent id of the PMER schematic block
PositionVector3get setGets or sets the position of the PMER schematic block
PropertiesDictionary<string, object>get setGets or sets the properties of the PMER schematic block
RotationVector3get setGets or sets the rotation of the PMER schematic block
ScaleVector3get setGets or sets the scale of the PMER schematic block

Properties​

BlockType​

Type: int Access: get set

Gets or sets the blocktype of the PMER schematic block


Name​

Type: string Access: get set

Gets or sets the name of the PMER schematic block


ObjectId​

Type: int Access: get set

Gets or sets the object id of the PMER schematic block


ParentId​

Type: int Access: get set

Gets or sets the parent id of the PMER schematic block


Position​

Type: Vector3 Access: get set

Gets or sets the position of the PMER schematic block


Properties​

Type: Dictionary<string, object> Access: get set

Gets or sets the properties of the PMER schematic block


Rotation​

Type: Vector3 Access: get set

Gets or sets the rotation of the PMER schematic block


Scale​

Type: Vector3 Access: get set

Gets or sets the scale of the PMER schematic block