RaylibGuiD class
- Inheritance
-
- Mixed-in types
-
Methods
-
debug(bool v)
→ void
-
inherited
-
debugFilter(bool filter(String))
→ void
-
inherited
-
debugInfo(String message)
→ void
-
inherited
-
debugTime(bool v)
→ void
-
inherited
-
debugWarn(String message)
→ void
-
inherited
-
disableSync<T>(T f())
→ T
-
inherited
-
dispose()
→ void
-
inherited
-
GuiButton(RectangleD bounds, String? text)
→ int
-
-
GuiCheckBox(RectangleD bounds, String? text, bool checked)
→ (int, bool)
-
-
GuiColorBarAlpha(RectangleD bounds, num alpha)
→ (int, double)
-
-
GuiColorBarHue(RectangleD bounds, num value)
→ (int, double)
-
-
GuiColorPanel(RectangleD bounds, ColorD color)
→ (int, ColorD)
-
-
GuiColorPanelHSV(RectangleD bounds, [Vector3D? colorHsv])
→ (int, Vector3D)
-
-
GuiColorPicker(RectangleD bounds, ColorD? color)
→ (int, ColorD)
-
-
GuiColorPickerHSV(RectangleD bounds, [Vector3D? colorHsv])
→ (int, Vector3D)
-
-
GuiComboBox(RectangleD bounds, String? text, num active)
→ (int, int)
-
-
GuiDisable()
→ void
-
-
GuiDisableTooltip()
→ void
-
-
GuiDrawIcon(GuiIconName iconId, num posX, num posY, num pixelSize, ColorD color)
→ void
-
-
GuiDropdownBox(RectangleD bounds, String? text, num active, bool editMode)
→ (int, int)
-
-
GuiDummyRec(RectangleD bounds, String? text)
→ int
-
-
GuiEnable()
→ void
-
-
GuiEnableTooltip()
→ void
-
-
GuiGetFont()
→ FontD
-
-
GuiGetIcons()
→ List<int>
-
-
GuiGetState()
→ int
-
-
GuiGetStyle(GuiControl control, GuiProperty property)
→ int
-
-
GuiGetTextWidth(String? text)
→ int
-
-
GuiGrid(RectangleD bounds, num spacing, num subdivs, [Vector2D? mouseCell])
→ int
-
-
GuiGroupBox(RectangleD bounds, String? text)
→ int
-
-
GuiIconText(GuiIconName iconId, String? text)
→ String
-
-
GuiIsLocked()
→ bool
-
-
GuiLabel(RectangleD bounds, String? text)
→ int
-
-
GuiLabelButton(RectangleD bounds, String? text)
→ int
-
-
GuiLine(RectangleD bounds, String? text)
→ int
-
-
GuiListView(RectangleD bounds, String? text, {int? scrollIndex, int? active})
→ (int, int, int)
-
-
GuiListViewEx(RectangleD bounds, List<String> text, {int? scrollIndex, int? active, int? focus})
→ (int, int, int, int)
-
-
GuiLoadIcons(String fileName, bool loadIconsName)
→ List<String>
-
-
GuiLoadStyle(String fileName)
→ void
-
-
GuiLoadStyleDefault()
→ void
-
-
GuiLock()
→ void
-
-
GuiMessageBox(RectangleD bounds, String? title, String message, String buttons)
→ int
-
-
GuiPanel(RectangleD bounds, String? text)
→ int
-
-
GuiProgressBar(RectangleD bounds, String? textLeft, String? textRight, num value, num minValue, num maxValue)
→ (int, double)
-
-
GuiScrollPanel(RectangleD bounds, String? text, RectangleD content, Vector2D scroll, [RectangleD? view])
→ int
-
-
GuiSetAlpha(num alpha)
→ void
-
-
GuiSetFont(FontD font)
→ void
-
-
GuiSetIconScale(num scale)
→ void
-
-
GuiSetState(GuiState state)
→ void
-
-
GuiSetStyle(GuiControl control, GuiProperty property, num value)
→ void
-
-
GuiSetTooltip(String? tooltip)
→ void
-
-
GuiSlider(RectangleD bounds, String? textLeft, String? textRight, num value, num minValue, num maxValue)
→ (int, double)
-
-
GuiSliderBar(RectangleD bounds, String? textLeft, String? textRight, num value, num minValue, num maxValue)
→ (int, double)
-
-
GuiSpinner(RectangleD bounds, String? text, num value, num minValue, num maxValue, bool editMode)
→ (int, int)
-
-
GuiStatusBar(RectangleD bounds, String? text)
→ int
-
-
GuiTabBar(RectangleD bounds, List<String> text)
→ (int, int)
-
-
GuiTextBox(RectangleD bounds, String? text, num textSize, bool editMode)
→ (int, String)
-
-
GuiTextInputBox(RectangleD bounds, String? title, String? message, String buttons, String? text, num textMaxSize, bool? secretViewActive)
→ (int, String)
-
-
GuiToggle(RectangleD bounds, String? text, bool active)
→ (int, bool)
-
-
GuiToggleGroup(RectangleD bounds, String? text, num active)
→ (int, int)
-
-
GuiToggleSlider(RectangleD bounds, String? text, num active)
→ (int, int)
-
-
GuiUnlock()
→ void
-
-
GuiValueBox(RectangleD bounds, String? text, num value, num minValue, num maxValue, bool editMode)
→ (int, int)
-
-
GuiValueBoxFloat(RectangleD bounds, String? text, String textValue, num value, bool editMode)
→ (int, double)
-
-
GuiWindowBox(RectangleD bounds, String? title)
→ int
-
-
load()
→ void
-
inherited
-
logInfo(String message)
→ void
-
inherited
-
logWarn(String message)
→ void
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onDispose(void fn())
→ void
-
inherited
-
run<T>(String name(), T f())
→ T
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited