MoonWorksImGuiExample/lib/ImGui.NET/Generated/ImGuiDataType.gen.cs

18 lines
258 B
C#
Raw Normal View History

2022-03-04 01:20:00 +00:00
namespace ImGuiNET
{
public enum ImGuiDataType
{
S8 = 0,
U8 = 1,
S16 = 2,
U16 = 3,
S32 = 4,
U32 = 5,
S64 = 6,
U64 = 7,
Float = 8,
Double = 9,
COUNT = 10,
}
}