get

operator fun <T : BaseSystem> World.get(type: KClass<T>): T?

Retrieves a system from the World.

Receiver

the World.

Return

the BaseSystem of the given type. May be null if it does not exist.

Parameters

type

type of the system to retrieve.