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/ui/bar \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>", "type": "text", "x": 123, "y": 123, "color": "<string>", "size": 123 } '
{ "ok": true, "message": "<string>" }
add a bar to HUD
A single HUD element on screen.
text
Bar element appended to the HUD canvas.