Tween an entity's position to a target value
POST/entities/:entity_id/tween/position
Smoothly animate an entity's position over a specified duration using an easing function. Optionally wait for the animation to complete before returning.
Request
Responses
- 200
- 400
- 404
Successfully started the position tween animation.
Invalid request (e.g., duration must be greater than 0).
Entity not found.