4#include <entt/entt.hpp>
5#include "EngineCore/Reflection/TypeDescriptorStruct.hpp"
6#include "NewComponentInput.hpp"
14 namespace ImguiEditor {
16 class ComponentInspector {
22 const char* componentTypeName,
27 void RenderCSharpScript(
void* componentPtr,
ECS::Entity entity);
28 void RenderComponentCategory(
33 void RenderComponentMember(
Definition ComponentRegistrar.hpp:16
Definition ImguiEditor.hpp:38
Definition TypeDescriptorStruct.hpp:23
Definition TypeDescriptorStruct.hpp:10
Definition TypeDescriptorStruct.hpp:9
Definition TypeDescriptor.hpp:6