Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/animation/play \ --header 'Content-Type: application/json' \ --data ' { "clip": 0, "entity_id": 5, "loop": true, "speed": 1 } '
{ "ok": true, "message": "<string>" }
start animation on an entity
Start a SkeletalAnimator: target entity_id, clip index (default 0), speed (default 1.0), and loop (default true).
SkeletalAnimator
entity_id
clip
speed
loop
The body is of type any.
any
Animator attached; ok is false with a message if the entity is missing.
ok