LauncherGui

Undocumented in source.

Constructors

this
this(string title, ivec2 windowSize)
Undocumented in source.

Members

Enums

SelectedMenu
enum SelectedMenu
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
doGui
void doGui()
Undocumented in source. Be warned that the author may not have intended to support it.
drawMainMenu
void drawMainMenu()
Undocumented in source. Be warned that the author may not have intended to support it.
drawMenuContent
void drawMenuContent()
Undocumented in source. Be warned that the author may not have intended to support it.
menuEntry
void menuEntry(string text, SelectedMenu select)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clear_color
float[3] clear_color;
Undocumented in source.
codeMenu
CodeMenu codeMenu;
Undocumented in source.
igState
ImguiState igState;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.
launcher
Launcher launcher;
Undocumented in source.
playMenu
PlayMenu playMenu;
Undocumented in source.
pluginFolder
string pluginFolder;
Undocumented in source.
pluginPackFolder
string pluginPackFolder;
Undocumented in source.
plugins
ItemList!(PluginInfo*) plugins;
Undocumented in source.
selectedMenu
SelectedMenu selectedMenu;
Undocumented in source.
show_another_window
bool show_another_window;
Undocumented in source.
show_test_window
bool show_test_window;
Undocumented in source.
toolFolder
string toolFolder;
Undocumented in source.
window
GlfwWindow window;
Undocumented in source.

Meta