Namespace ImGui
Classes
Application
Encapsulates a ImGui application.
Form
Represents a window that makes up an application's user interface.
GUI
The interface for GUI with manual positioning.
GUILayout
The interface for GUI with automatic layout.
LayoutOption
Class internally used to pass layout options into GUILayout functions. You don't use these directly, but construct them with the layouting functions in the GUILayout class.
Structs
Point
Point - Defaults to 0,0
Rect
Rect - The primitive which represents a rectangle. Rects are stored as X, Y (Location) and Width and Height (Size). As a result, Rects cannot have negative Width or Height.
Size
Size - A value type which defined a size in terms of non-negative width and height
Vector
Vector - A value type which defined a vector in terms of X and Y