| Interface | Description |
|---|---|
| RenderingSystem |
Common interface for implementing systems that render
|
| Class | Description |
|---|---|
| BaseRenderingSystem |
Implements
BaseSystem to add mini2Dx's render method |
| DispersedIntervalEntitySystem |
An
EntitySystem that will wait for an interval then queue all
entities to be updated over the duration of the next interval. |
| MdxInvocationStrategy |
Extends
InvocationStrategy to allow for interpolation and rendering |
| MdxWorld |
Extends
World to allow for interpolating and rendering of Systems |
| RenderingEntitySystem |
Implements
EntitySystem to add mini2Dx's render method |