Class ImGuiManagedAsserts
Inheritance
System.Object
ImGuiManagedAsserts
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: ImGuiScene.ManagedAsserts
Assembly: ImGuiScene.dll
Syntax
public static class ImGuiManagedAsserts
Fields
| Improve this Doc View SourceEnableAsserts
Declaration
public static bool EnableAsserts
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceGetSnapshot()
Needs to be called while rendering an ImGui frame.
Declaration
public static ImGuiManagedAsserts.ProblemSnapshot GetSnapshot()
Returns
| Type | Description |
|---|---|
| ImGuiManagedAsserts.ProblemSnapshot |
ReportProblems(ImGuiManagedAsserts.ProblemSnapshot)
Declaration
public static void ReportProblems(ImGuiManagedAsserts.ProblemSnapshot before)
Parameters
| Type | Name | Description |
|---|---|---|
| ImGuiManagedAsserts.ProblemSnapshot | before |