SystemManager.get

Get a system

class SystemManager
@safe pure
S
get
(
S : System
)
()

Return Value

Type: S

the type you're passing

Examples

world.system.get!FooSystem

Meta