ImGuiListClipper

Undocumented in source.

Constructors

this
this(int items_count, float items_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Destructor

~this
~this()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

Begin
void Begin(int items_count, float items_height)
Undocumented in source. Be warned that the author may not have intended to support it.
End
void End()
Undocumented in source. Be warned that the author may not have intended to support it.
Step
bool Step()
DisplayEnd
int DisplayEnd;
DisplayStart
int DisplayStart;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ItemsCount
int ItemsCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ItemsHeight
float ItemsHeight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StartPosY
float StartPosY;
StepNo
int StepNo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta