TextureSlotsPanel

The textures frame

class TextureSlotsPanel : Panel {}

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Inherited Members

From Panel

panelSpace
ImVec2 panelSpace;
Undocumented in source.
onUpdate
void onUpdate()
Undocumented in source.
flags
ImGuiWindowFlags flags;
Undocumented in source.
onBeginUpdate
void onBeginUpdate()
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.
onInit
void onInit()
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible;

Whether the panel is visible

alwaysVisible
bool alwaysVisible;

Whether the panel is always visible

init_
void init_()

Initializes the Panel

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
displayName
string displayName()
Undocumented in source. Be warned that the author may not have intended to support it.
displayNameC
const(char)* displayNameC()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()

Draws the panel

getDefaultVisibility
bool getDefaultVisibility()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta