FECS
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NFECS
 NContainer
 CISparseSetInterface for type-erased sparse sets
 CSparseSetSparseSet stores components in a densely packed array while allowing fast indexed lookup via sparse indirection
 NManager
 CComponentManagerProvides static access to component pools and handles entity cleanup
 CEntityManagerManages entity lifecycle, including creation, destruction, and version tracking
 CGlobalComponentDummy tag component used for tracking global ECS changes (e.g. full view rebuilds)
 CRegistryActs as a main interface for the ECS, manages a **Local** environment for entities, and component manipulation
 CViewA view for iterating over entities that have all specified component types