Show More
Commit Description:
Update dialog.json
Commit Description:
Update dialog.json
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImFontAtlasFlags.gen.cs
11 lines | 191 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImFontAtlasFlags
{
None = 0,
NoPowerOfTwoHeight = 1,
NoMouseCursors = 2,
NoBakedLines = 4,
}
}