Show More
Commit Description:
Add bulldozer tool....
Commit Description:
Add bulldozer tool. Adds a bulldozer tool for removing structures. For the moment, works like dezone, i.e., it can delete entire areas rather than working on one area at a time.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiFocusedFlags.gen.cs
14 lines | 270 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiFocusedFlags
{
None = 0,
Get really basic graph working.
r503 ChildWindows = 1,
RootWindow = 2,
AnyWindow = 4,
Include implot.
r505 NoPopupHierarchy = 8,
DockHierarchy = 16,
Get really basic graph working.
r503 RootAndChildWindows = 3,
Add ImGui.
r16 }
}