quakeforge/include/QF/ecs
Bill Currie 102a0d591b [ecs] Add a ui function pointer to components
This allows components to display themselves in the UI. Because the
component meta-data is copied into the registry, the function pointer
can be updated by systems (eg, the renderers) to display system-specific
interpretations of the component.
2023-08-08 17:02:53 +09:00
..
component.h [ecs] Add a ui function pointer to components 2023-08-08 17:02:53 +09:00
entity.h [ecs] Add a function to safely get a component 2023-07-04 16:48:15 +09:00
hierarchy.h [ecs] Add "tree mode" to hierarchies 2023-07-07 14:42:49 +09:00