MoonWorksDearImGuiScaffold/lib/ImGui.NET/Generated/ImGuiCond.gen.cs

12 lines
166 B
C#
Raw Permalink Normal View History

2023-12-22 00:03:12 +01:00
namespace ImGuiNET
{
public enum ImGuiCond
{
None = 0,
Always = 1,
Once = 2,
FirstUseEver = 4,
Appearing = 8,
}
}