SystemManager.remove

Remove

Deletes a system from the world's scope

class SystemManager
@safe
void
remove
(
S : System
)
()

Examples

world.system.remove!FooSystem

Meta