MQEngine
载入中...
搜索中...
未找到
EntityInspector.h
浏览该文件的文档.
1#ifndef ENTITYINSPECTOR_H
2#define ENTITYINSPECTOR_H
4#include "../core/Global.h"
5namespace MQEngine {
6
8 public:
10 void render();
11
12 private:
14 void renderComponents(entt::registry* registry);
15
16 template<typename ComponentType>
17 bool tryRenderComponent(entt::registry* registry, entt::entity entity);
18 };
19
20} // MQEngine
21
22#endif //ENTITYINSPECTOR_H
A header file containing third party libraries and macros for platform
EntityInspector()
定义 EntityInspector.cpp:10
bool tryRenderComponent(entt::registry *registry, entt::entity entity)
定义 EntityInspector.cpp:139
void renderEntityDetails()
定义 EntityInspector.cpp:30
void render()
定义 EntityInspector.cpp:15
void renderComponents(entt::registry *registry)
定义 EntityInspector.cpp:148
定义 application.h:5