@Wire public class BasicSpriteRenderSystem extends DeferredEntityProcessingSystem
| Modifier and Type | Field and Description |
|---|---|
protected com.artemis.ComponentMapper<Angle> |
mAngle |
protected com.artemis.ComponentMapper<Origin> |
mOrigin |
protected com.artemis.ComponentMapper<Pos> |
mPos |
protected com.artemis.ComponentMapper<Size> |
mSize |
protected com.artemis.ComponentMapper<SpriteAsset> |
mSpriteAsset |
localProcessingAgent| Constructor and Description |
|---|
BasicSpriteRenderSystem(EntityProcessPrincipal principal) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(int e) |
initialize, inserted, processSystem, removedgetEntityIds, getSubscription, inserted, removed, setWorldprotected com.artemis.ComponentMapper<SpriteAsset> mSpriteAsset
protected com.artemis.ComponentMapper<Pos> mPos
protected com.artemis.ComponentMapper<Angle> mAngle
protected com.artemis.ComponentMapper<Origin> mOrigin
protected com.artemis.ComponentMapper<Size> mSize
public BasicSpriteRenderSystem(EntityProcessPrincipal principal)
protected void process(int e)
process in class DeferredEntityProcessingSystemCopyright © 2017. All rights reserved.