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/state-machine \ --header 'Content-Type: application/json' \ --data ' { "entity_id": 1, "initial_state": 1, "states": [ { "clip": 1, "name": "<string>", "looping": true, "speed": 123 } ] } '
{ "ok": true, "message": "<string>" }
attach an animation state machine to an entity
x >= 0
Show child attributes
State machine attached; ok is false with a message if the entity is missing.
ok