Engine.getSystem

Get the system instance of a particular type from within the engine.

class Engine
getSystem
(
T
)
()

Parameters

T

system type

Return Value

Type: System

The instance of the system type that is in the engine, or null if no systems of this type are in the engine.

Meta