MoreGUI¶
Namespace:
SideXP.Core
Miscellaneous functions and values for drawing user interfaces.
Fields¶
HeightXL¶
HeightL¶
HeightM¶
HeightS¶
HeightXS¶
WidthXL¶
WidthL¶
WidthM¶
WidthS¶
WidthXS¶
HMargin¶
Size of an horizontal margin.
VMargin¶
Size of a vertical margin.
HeightXLOpt¶
HeightLOpt¶
HeightMOpt¶
HeightSOpt¶
HeightXSOpt¶
WidthXLOpt¶
WidthLOpt¶
WidthMOpt¶
WidthSOpt¶
WidthXSOpt¶
Methods¶
IntField(Rect, int, GUIStyle)¶
Make a single-line text field where the user can edit a integer value.
Parameters
position: Rectangle on the screen to use for the field.value: The current value.style: The style to use. If left out, thetextFieldstyle from the currentGUISkinis used.
Returns
Returns the edited value.
IntField(Rect, int)¶
Make a single-line text field where the user can edit a integer value.
Parameters
position: Rectangle on the screen to use for the field.value: The current value.
Returns
Returns the edited value.
IntField(int, GUIStyle, GUILayoutOption[])¶
Make a single-line text field where the user can edit a integer value.
Parameters
value: The current value.style: The style to use. If left out, thetextFieldstyle from the currentGUISkinis used.
Returns
Returns the edited value.
Remarks
Uses layout GUI.
IntField(int, GUILayoutOption[])¶
Inherited documentation.