Describes the movement of a entity
| Name | Type | Description | Notes |
|---|---|---|---|
| Entity | int | The unique identification of this entity. <br> !!! This is not the id of the player<br> This value will be autogenerated by the api and is read only | [optional] |
| Direction | Direction | [optional] | |
| MovementAmmount | int | How far (in tiles) the movement was executed | [optional] |
| Rotation | Rotation | [optional] | |
| RotationTimes | int | The number of times (90°) the robot turns | [optional] |
| From | Position | [optional] | |
| To | Position | [optional] |