public abstract class RenderingEntitySystem
extends com.artemis.EntitySystem
EntitySystem to add mini2Dx's render method| Constructor and Description |
|---|
RenderingEntitySystem(com.artemis.Aspect.Builder aspect)
Creates a new RenderingEntitySystem
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processSystem() |
protected abstract void |
render(com.artemis.Entity e,
Graphics g) |
void |
renderSystem(Graphics g) |
void |
setWorld(com.artemis.World world) |
added, added, changed, changed, check, deleted, deleted, disabled, enabled, getActives, getActives, getSubscription, inserted, inserted, removed, removedpublic RenderingEntitySystem(com.artemis.Aspect.Builder aspect)
aspect - The Aspect to match entitiesprotected abstract void render(com.artemis.Entity e,
Graphics g)
protected void processSystem()
processSystem in class com.artemis.BaseSystempublic void renderSystem(Graphics g)
public void setWorld(com.artemis.World world)
setWorld in class com.artemis.EntitySystem