Skip to main content
GET
/
animation
/
list
list loaded animation clips
curl --request GET \
  --url http://localhost:3917/animation/list
{
  "clips": [
    {
      "channels": 12,
      "duration": 1.5,
      "index": 0,
      "name": "idle"
    }
  ],
  "count": 1
}

Response

200 - application/json

Every clip in the AnimationLibrary with its index, name, duration, and channel count.