SystemManager

Description

Type SystemManager
Method getSystems:ObjectBag (
)

Method getSystem:EntitySystem (
     t:TTypeId
)

Method addSystem:EntitySystem (
     system:EntitySystem
)

Method setSystem:EntitySystem (
     system:EntitySystem
)

Method clearSystems (
)

Method removeSystem (
     system:EntitySystem
)

Method countSystems:Int (
)

Method refreshEntity (
     e:Entity
)

Method initializeAll (
)

Method processAll (
)

Method processSweepers (
)

Method New (
)

End Type

Used to keep track of systems and retrieve them. Should not be called directly, but instead called via a World instance.