API JavaScript
ui
13 membres
- ui.createText(id, text, { x, y, fontSize, color, anchor })
- ui.createProgress(id, value, { x, y, width, height, color, bgColor, label })
- ui.createPanel(id, { x, y, width, height, bgColor, borderRadius })
- ui.createImage(id, src, { x, y, width, height, anchor })
- ui.setText(id, text)
- ui.setValue(id, n)
- ui.setColor(id, c)
- ui.setPosition(id, x, y)
- ui.setVisible(id, bool)
- ui.remove(id)
- ui.clear()
- ui.show()
- ui.hide()