1#ifndef ENTITYINSPECTOR_H
2#define ENTITYINSPECTOR_H
16 template<
typename ComponentType>
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:160
void renderEntityDetails()
定义 EntityInspector.cpp:30
void render()
定义 EntityInspector.cpp:15
void renderComponents(entt::registry *registry)
定义 EntityInspector.cpp:169
Entrypoint for the program.
定义 application.h:5