Last updated
Last updated
, , , ,
class ForceEditor.GUI
AddText
Add text to started panel window.
AddText(string text, Color color)
Add colored text to started panel window.
AddButton
Add button to started panel window.
AddButton(string text, Vector2f size)
Add button with custom size to started panel window.
AddButton(string text, Color color, Color colorActive, Color colorHovered)
Add colored button to started panel window.
AddButton(string text, Color color)
Add colored button to started panel window.
AddButton(string text, Color color, Vector2f size)
Add colored button with custom size to this panel window.
AddButton(string text, Color color, Color colorActive, Color colorHovered, Vector2f size)
Add colored button to started panel window with custom size.
AddButtonArrow
Add arrow button to started panel window.
AddButtonRatio
Add ratio button to started panel window.
AddCheckbox
Add checkbox to started panel window.
AddBullet
Add bullet widget to started panel window.
AddSeparator
Add horizontal separator to started panel window.
AddSeparator(bool vertical)
Add horizontal/vertical separator to started panel window.
AddWidgetInt
Add widget witch modifies int
value to started panel window.
AddWidgetInt64
Add widget witch modifies System.Int64 (long)
value to started panel window.
AddWidgetUInt64
Add widget witch modifies System.UInt64 (ulong)
value to started panel window.
AddWidgetFloat
Add widget witch modifies float
value to started panel window.
AddWidgetFloat2
AddWidgetFloat3
AddWidgetFloat4
AddWidgetDouble
Add widget witch modifies double
value to started panel window.
AddColorEdit
AddInputText
Add input text widget witch modifies string
value to started panel window as multiline.
AddInputTextMultiline
Add input text widget witch modifies string
value to started panel window as multiline.
SameLine
Continue to draw on current line.
NewLine
Makes a new line.
Add widget witch modifies float values in range of to started panel window.
Add widget witch modifies float values in range of to started panel window.
Add widget witch modifies float values in range of to started panel window.
Add color edit widget witch modifies value to started panel window.