Class ImGuiContext
Inheritance
System.Object
ImGuiContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public static class ImGuiContext
Methods
All()
If for some reason we are tracking multiple windows, this allows you to reference and iterate through windows.
Declaration
public static ReadOnlyCollection<ImWindow> All()
Returns
| Type | Description |
|---|---|
| InitialPrefabs.NimGui.Collections.ReadOnlyCollection<ImWindow> |
GetCurrentWindow()
Returns the first Window stored.
Declaration
public static ImWindow GetCurrentWindow()
Returns
| Type | Description |
|---|---|
| ImWindow |