示例#1
0
 public static extern void GuiPanel(Rectangle bounds);
示例#2
0
 public static extern Color GuiColorPicker(Rectangle bounds, Color color);
示例#3
0
 public static extern float GuiColorBarAlpha(Rectangle bounds, float alpha);
示例#4
0
 public static extern int GuiListView(Rectangle bounds, string text, ref int active, ref int scrollIndex, bool editMode);
示例#5
0
 public static extern int GuiMessageBox(Rectangle bounds, string windowTitle, string message);
示例#6
0
 public static extern void GuiStatusBar(Rectangle bounds, string text);
示例#7
0
 public static extern void GuiScrollBar(Rectangle bounds, int value, int minValue, int maxValue);
示例#8
0
 public static extern bool GuiToggle(Rectangle bounds, string text, bool active);
示例#9
0
 public static extern int GuiToggleGroup(Rectangle bounds, string text, int active);
示例#10
0
 public static extern bool GuiImageButton(Rectangle bounds, Texture2D texture);
示例#11
0
 public static extern bool GuiImageButtonEx(Rectangle bounds, Texture2D texture, Rectangle texSource, string text);
示例#12
0
 public static extern bool GuiLabelButton(Rectangle bounds, string text);
示例#13
0
 public static extern void GuiLabel(Rectangle bounds, string text);
示例#14
0
 public static extern Rectangle GuiScrollPanel(Rectangle bounds, Rectangle content, ref Vector2 scroll);
示例#15
0
 public static extern float GuiSlider(Rectangle bounds, float value, float minValue, float maxValue, bool showValue);
示例#16
0
 public static extern bool GuiCheckBox(Rectangle bounds, bool isChecked);
示例#17
0
 public static extern float GuiProgressBar(Rectangle bounds, float value, float minValue, float maxValue, bool showValue);
示例#18
0
 public static extern int GuiComboBox(Rectangle bounds, string text, int active);
示例#19
0
 public static extern void GuiDummyRec(Rectangle bounds, string text);
示例#20
0
 public static extern bool GuiDropdownBox(Rectangle bounds, string[] text, ref int active, bool edit);
示例#21
0
 public static extern void GuiGrid(Rectangle bounds, float spacing, int subdivs);
示例#22
0
 public static extern bool GuiSpinner(Rectangle bounds, ref int value, int maxValue, int btnWidth);
示例#23
0
 public static extern int GuiListViewEx(Rectangle bounds, string text, int count, ref int enabled, ref int active, ref int focus, ref int scrollIndex, bool editMode);
示例#24
0
 public static extern bool GuiValueBox(Rectangle bounds, int value, int maxValue);
示例#25
0
 public static extern int GuiTextInputBox(Rectangle bounds, string windowTitle, string message, string buttons);
示例#26
0
 public static extern bool GuiTextBox(Rectangle bounds, StringBuilder text, int textSize, bool freeEdit);
示例#27
0
 public static extern Color GuiColorPanel(Rectangle bounds, Color color);
示例#28
0
 public static extern bool GuiTextBoxMulti(Rectangle bounds, StringBuilder text, int textSize, bool editMode);
示例#29
0
 public static extern float GuiColorBarHue(Rectangle bounds, float value);
示例#30
0
 public static extern void GuiGroupBox(Rectangle bounds, string text);