getSystem
Return
the EntitySystem of the given type.
Parameters
T
type of the system to retrieve.
See also
Engine.getSystem
Throws
if no system under T type is registered.
the EntitySystem of the given type.
type of the system to retrieve.
if no system under T type is registered.