PMERBlock
ThaumielMapEditor.API.Conversion
Overview​
Properties​
| Name | Type | Access | Description |
|---|---|---|---|
BlockType | int | get set | Gets or sets the blocktype of the PMER schematic block |
Name | string | get set | Gets or sets the name of the PMER schematic block |
ObjectId | int | get set | Gets or sets the object id of the PMER schematic block |
ParentId | int | get set | Gets or sets the parent id of the PMER schematic block |
Position | Vector3 | get set | Gets or sets the position of the PMER schematic block |
Properties | Dictionary<string, object> | get set | Gets or sets the properties of the PMER schematic block |
Rotation | Vector3 | get set | Gets or sets the rotation of the PMER schematic block |
Scale | Vector3 | get set | Gets 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