![]() |
Kiwano Engine v1.3.x
|
ImGui模块 更多...
#include <Module.h>
Public 成员函数 | |
| void | SetupModule () override |
| 启动模块 更多... | |
| void | DestroyModule () override |
| 销毁模块 更多... | |
| void | OnUpdate (UpdateModuleContext &ctx) override |
| 更新时 更多... | |
| void | BeforeRender (RenderModuleContext &ctx) override |
| 渲染前 更多... | |
| void | AfterRender (RenderModuleContext &ctx) override |
| 渲染后 更多... | |
| void | HandleEvent (EventModuleContext &ctx) override |
| 事件处理 更多... | |
Public 成员函数 继承自 kiwano::Module | |
| virtual void | SetupModule () |
| 启动模块 更多... | |
| virtual void | DestroyModule () |
| 销毁模块 更多... | |
| virtual void | OnUpdate (UpdateModuleContext &ctx) |
| 更新时 更多... | |
| virtual void | HandleEvent (EventModuleContext &ctx) |
| 事件处理 更多... | |
| virtual void | BeforeRender (RenderModuleContext &ctx) |
| 渲染前 更多... | |
| virtual void | OnRender (RenderModuleContext &ctx) |
| 渲染时 更多... | |
| virtual void | AfterRender (RenderModuleContext &ctx) |
| 渲染后 更多... | |
额外继承的成员函数 | |
Public 类型 继承自 kiwano::Singleton< Module > | |
| using | object_type = Module |
静态 Public 成员函数 继承自 kiwano::Singleton< Module > | |
| static object_type & | GetInstance () |
| static object_type * | GetInstancePtr () |
Protected 成员函数 继承自 kiwano::Singleton< Module > | |
| Singleton (const Singleton &)=delete | |
| Singleton & | operator= (const Singleton &)=delete |
静态 Protected 属性 继承自 kiwano::Singleton< Module > | |
| static Module | instance_ |
ImGui模块
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
销毁模块
重载 kiwano::Module .
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
启动模块
重载 kiwano::Module .