SettingsWindow

Settings window

Constructors

this
this()
Undocumented in source.

Members

Functions

onBeginUpdate
void onBeginUpdate(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Window

onlyOne
bool onlyOne;
Undocumented in source.
flags
ImGuiWindowFlags flags;
Undocumented in source.
onUpdate
void onUpdate()
Undocumented in source.
onBeginUpdate
void onBeginUpdate(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
onEndUpdate
void onEndUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(int id)

Draws the frame

getPosition
ImVec2 getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
disable
void disable()
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta