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

渲染模块上下文 更多...

#include <Module.h>

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

Public 成员函数

 RenderModuleContext (ModuleList &modules, RenderContext &ctx)
 
- Public 成员函数 继承自 kiwano::ModuleContext
void Next ()
 

Public 属性

RenderContextrender_ctx
 

Protected 成员函数

void Handle (Module *m) override
 
- Protected 成员函数 继承自 kiwano::ModuleContext
 ModuleContext (ModuleList &modules)
 
virtual void Handle (Module *m)=0
 
void ResetIndex ()
 

详细描述

渲染模块上下文

成员函数说明

◆ Handle()

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