4#include <entt/entt.hpp>
6#include <Common/HashedString.hpp>
7#include <EngineCore/Reflection/TypeDescriptorStruct.hpp>
8#include "NewComponentInput.hpp"
16 namespace ImguiEditor {
18 class ComponentInspector {
29 void RenderCSharpScript(
void* componentPtr,
ECS::Entity entity);
30 void RenderComponentCategory(
35 void RenderComponentMember(
Definition ComponentRegistrar.hpp:18
Definition ImguiEditor.hpp:38
Definition HashedString.hpp:9
Definition TypeDescriptorStruct.hpp:23
Definition TypeDescriptorStruct.hpp:10
Definition TypeDescriptorStruct.hpp:9
Definition TypeDescriptor.hpp:6