Uses of Class
nz.ac.massey.javaecs.ComponentManager
-
-
Uses of ComponentManager in nz.ac.massey.javaecs
Fields in nz.ac.massey.javaecs declared as ComponentManager Modifier and Type Field Description protected ComponentManager
Engine. componentManager
Methods in nz.ac.massey.javaecs that return ComponentManager Modifier and Type Method Description ComponentManager
Engine. getComponentManager()
Gets a the current component managerMethods in nz.ac.massey.javaecs with parameters of type ComponentManager Modifier and Type Method Description boolean
EntityManager. resize(int newSize, SystemManager systemManager, ComponentManager componentManager)
Resizes the currentSize of the entity manager.
-