Objective
Implement storage and usage of the component name parameter in NxRegisterComponent function for debugging and reflection purposes.
Acceptance Criteria
Dependencies
None - this is a standalone enhancement to the existing component registration system.
Technical Details
Environment: NexoEngine ECS system
Components:
- File:
engine/src/scripting/native/NativeApi.cpp (lines 88-93)
- Function:
NxRegisterComponent(const char* name, const UInt64 size)
- Current status:
name parameter is unused with TODO comment
Resources:
- Component registration system in
Coordinator class
- Native API functions for managed/native interop
- Component type management infrastructure
References:
Objective
Implement storage and usage of the component name parameter in NxRegisterComponent function for debugging and reflection purposes.
Acceptance Criteria
Dependencies
None - this is a standalone enhancement to the existing component registration system.
Technical Details
Environment: NexoEngine ECS system
Components:
engine/src/scripting/native/NativeApi.cpp(lines 88-93)NxRegisterComponent(const char* name, const UInt64 size)nameparameter is unused with TODO commentResources:
CoordinatorclassReferences: