Tween an entity's rotation to a target value
POST/entities/:entity_id/tween/rotation
Smoothly animate an entity's rotation 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 rotation tween animation.
Invalid request (e.g., duration must be greater than 0).
Entity not found.