Package nz.ac.massey.javaecs
-
Class Summary Class Description ComponentManager Manages the addition, sorting and retrieving of components and component dataECSSystem Abstract class that all systems should inherit fromEngine The ECS management engine.Entity Entity class.EntityManager Manages data from the perspective of the entity.SystemManager Manages system-focused aspects, such as ensuring a system has the correct list of current entities.