getSystem

inline fun <T : EntitySystem> Engine.getSystem(): T

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.