Uses of Class
nz.ac.massey.javaecs.ECSSystem
-
-
Uses of ECSSystem in nz.ac.massey.javaecs
Methods in nz.ac.massey.javaecs with parameters of type ECSSystem Modifier and Type Method Description boolean
Engine. registerSystem(Type systemType, ECSSystem instance)
Registers the system to the SystemManagerboolean
SystemManager. registerSystem(Type systemType, ECSSystem system)
Registers the specified system name and system reference
-