quakeforge/libs/ecs
Bill Currie 80c0beff89 [ecs] Support adding null hierarchies to non-root
As an implementation detail, inserting null hierarchies (src hierarchy
is null) is supported for ease of hierarchy construction from data. No
component data is copied, only the child and parent indices and counts
are updated.
2022-10-27 19:46:28 +09:00
..
test [ecs,scene] Update tests for move to separate ecs lib 2022-10-27 15:35:29 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
component.c [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00
hierarchy.c [ecs] Support adding null hierarchies to non-root 2022-10-27 19:46:28 +09:00