Show More
Commit Description:
Refactor dialog into separate Engine....
Commit Description:
Refactor dialog into separate Engine. (grafted from 93578fea7b5a3227975305bcc32e2e2fb2f7f7bc)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiDockNodeFlags.gen.cs
14 lines | 304 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImGuiDockNodeFlags
{
None = 0,
KeepAliveOnly = 1 << 0,
NoDockingInCentralNode = 1 << 2,
PassthruCentralNode = 1 << 3,
NoSplit = 1 << 4,
NoResize = 1 << 5,
AutoHideTabBar = 1 << 6,
}
}