Skip to main content
GET
/
prefab
/
list
list registered prefabs
curl --request GET \
  --url http://localhost:3917/prefab/list
{
  "count": 1,
  "ok": true,
  "prefabs": [
    "tower"
  ]
}

Response

200 - application/json

Names of all prefabs registered in the PrefabRegistry with a count.