Skip to main content

Enum ImGuiDataType

Assembly: ImGui.NET.dll
View Source
Declaration
public enum ImGuiDataType

Fields

S8

View Source
Declaration
S8 = 0

U8

View Source
Declaration
U8 = 1

S16

View Source
Declaration
S16 = 2

U16

View Source
Declaration
U16 = 3

S32

View Source
Declaration
S32 = 4

U32

View Source
Declaration
U32 = 5

S64

View Source
Declaration
S64 = 6

U64

View Source
Declaration
U64 = 7

Float

View Source
Declaration
Float = 8

Double

View Source
Declaration
Double = 9

COUNT

View Source
Declaration
COUNT = 10