22#include <kiwano/2d/Actor.h> 
   23#include <kiwano/2d/Stage.h> 
   24#include <kiwano/2d/transition/Transition.h> 
   25#include <kiwano/base/Module.h> 
   77    void SetRenderBorderEnabled(
bool enabled);
 
   84    void ShowDebugInfo(
bool show = 
true);
 
  106    void DestroyModule() 
override;
 
  114    bool                 render_border_enabled_;
 
  115    Stack<RefPtr<Stage>> stages_;
 
导演
Definition: Director.h:38
 
事件分发器
Definition: EventDispatcher.h:36
 
时间模块上下文
Definition: Module.h:96
 
侵入式链表
Definition: IntrusiveList.hpp:34
 
基础模块
Definition: Module.h:111
 
引用计数智能指针
Definition: RefBasePtr.hpp:35
 
渲染模块上下文
Definition: Module.h:58
 
Definition: Singleton.h:28
 
更新模块上下文
Definition: Module.h:83