Skip to main content
POST
/
animation
/
stop
stop animation on an entity
curl --request POST \
  --url http://localhost:3917/animation/stop \
  --header 'Content-Type: application/json' \
  --data '{
  "entity_id": 5
}'
{
  "ok": true,
  "message": "<string>"
}

Body

application/json

Pause the entity's SkeletalAnimator: target entity_id.

The body is of type any.

Response

200 - application/json

Animator paused; ok is false with a message if the entity is missing.

ok
boolean
required
message
string | null