| Class | Description |
|---|---|
| DelayedEntityProcessingSystem |
The purpose of this class is to allow systems to execute at varying
intervals.
|
| EntityProcessingSystem |
A typical entity system.
|
| IntervalEntityProcessingSystem |
If you need to process entities at a certain interval then use this.
|
| IntervalEntitySystem |
A system that processes entities at a interval in milliseconds.
|
| VoidEntitySystem |
This system has an empty aspect so it processes no entities, but it still
gets invoked.
|
Extend these classes to create your own systems.
Copyright © 2014. All Rights Reserved.