- addComponent
void addComponent(T comp, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSystem
void addSystem(ushort id, const(char)* name, bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTemplate
void addTemplate(ushort[] components, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTemplate
void addTemplate(EntityTemplate* tmpl, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- componentGUI
void componentGUI(ushort comp_id, void* data_ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- entityComponentsGUI
void entityComponentsGUI(Entity* entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- filterGUI
void filterGUI()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSelectedComponent
ComponentRef getSelectedComponent()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSelectedTemplate
EntityTemplate* getSelectedTemplate()
Undocumented in source. Be warned that the author may not have intended to support it.
- gui
void gui()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectComponent
void selectComponent(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectTemplate
void selectTemplate(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- templateComponentsGUI
void templateComponentsGUI()
Undocumented in source. Be warned that the author may not have intended to support it.
- toolGui
void toolGui()
Undocumented in source. Be warned that the author may not have intended to support it.