Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiSortDirection.gen.cs
9 lines | 135 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public enum ImGuiSortDirection
{
None = 0,
Ascending = 1,
Descending = 2,
}
}