move_entity
Translate a 3D entity by specifying a vector [x, y, z] to change its position.
Instructions
Move (translate) an entity by a vector [x, y, z].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector | Yes | [x, y, z] translation vector | |
| entity_id | Yes | ID of the entity to move |