Continue improve archetype ecs

Updated Archetype to support add and remove entity
Added EntityManager
Added EntityCommandBuffer
This commit is contained in:
2025-12-03 20:40:19 +09:00
parent 63a70f1a74
commit 948fae4401
8 changed files with 614 additions and 124 deletions

View File

@@ -1,4 +1,3 @@
global using EntityID = System.Int32;
global using GenerationID = System.UInt32;
global using WorldID = System.UInt16;
global using GenerationID = System.Int32;