set_transform
Update an entity's world transform by setting position, rotation, or scale. Specify only the components to change; others remain unchanged.
Instructions
Set the world transform of an entity (only provided components are changed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| position | No | ||
| rotation | No | ||
| entity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |