MoonWorksDearImGuiScaffold/lib/ImGui.NET/Generated/ImGuiCond.gen.cs
2023-12-21 15:03:12 -08:00

12 lines
166 B
C#

namespace ImGuiNET
{
public enum ImGuiCond
{
None = 0,
Always = 1,
Once = 2,
FirstUseEver = 4,
Appearing = 8,
}
}