added type tags authored by Lxlp's avatar Lxlp
...@@ -5,8 +5,8 @@ Sets the targeted display entity's transformations ...@@ -5,8 +5,8 @@ Sets the targeted display entity's transformations
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| action | a | The action to use. Can be `SET`, `ADD`, `MULTIPLY`, `DIVIDE` | SET | | action | a | The action to use. Can be `SET`, `ADD`, `MULTIPLY`, `DIVIDE` | SET<!--type:DisplayTransformation_Action-->|
| transformationtype | transformation, type, tt | The type of the transformation. Can be `TRANSLATION`, `SCALE`, `RIGHT_ROTATION`, `LEFT_ROTATION` | TRANSLATION | | transformationtype | transformation, type, tt | The type of the transformation. Can be `TRANSLATION`, `SCALE`, `RIGHT_ROTATION`, `LEFT_ROTATION` | TRANSLATION<!--type:DisplayTransformation_Type-->|
| value | val | The value of the transformation | 0,0,0 | | value | val | The value of the transformation | 0,0,0 |
... ...
......