System constructor.
System destructor.
Defines if update() function will be automatically called by the system manager or manually by the user.
Event called when new entity that satisfies current system's components filter has been activated.
Event called when a new entity that satisfies current system's components filter has been killed.
Registers current system's components if they are not known by the entity manager. Note: Only useful when a ComponentFilters mixin is used in the user system.
Returns a static array containing components ids. Note: Only useful when a ComponentFilters mixin is used in the user system.