Kiwano Engine v1.3.x
kiwano::UpdateModuleContext类 参考

更新模块上下文 更多...

#include <Module.h>

类 kiwano::UpdateModuleContext 继承关系图:
kiwano::ModuleContext

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 ()
 

详细描述

更新模块上下文

成员函数说明

◆ Handle()

void kiwano::UpdateModuleContext::Handle ( Module m)
overrideprotectedvirtual