Kiwano Engine v1.3.x
|
更新模块上下文 更多...
#include <Module.h>
Public 成员函数 | |
UpdateModuleContext (ModuleList &modules, Duration dt) | |
Public 成员函数 继承自 kiwano::ModuleContext | |
void | Next () |
Public 属性 | |
Duration | dt |
Protected 成员函数 | |
void | Handle (Module *m) override |
Protected 成员函数 继承自 kiwano::ModuleContext | |
ModuleContext (ModuleList &modules) | |
virtual void | Handle (Module *m)=0 |
void | ResetIndex () |
更新模块上下文
|
overrideprotectedvirtual |