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

17 lines
311 B
C#

namespace ImGuiNET
{
[System.Flags]
public enum ImGuiChildFlags
{
None = 0,
Border = 1,
AlwaysUseWindowPadding = 2,
ResizeX = 4,
ResizeY = 8,
AutoResizeX = 16,
AutoResizeY = 32,
AlwaysAutoResize = 64,
FrameStyle = 128,
}
}