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