public abstract class AbstractEntityFactorySystem
extends com.artemis.BaseSystem
| Constructor and Description |
|---|
AbstractEntityFactorySystem() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.artemis.Entity |
createEntity(String entity,
int cx,
int cy,
com.badlogic.gdx.maps.MapProperties properties)
Instance entity archetype.
|
protected void |
processSystem() |
public abstract com.artemis.Entity createEntity(String entity, int cx, int cy, com.badlogic.gdx.maps.MapProperties properties)
entity - entity archetype to instance.cx - x spawn locationcy - y spawn locationproperties - map of map properties.protected void processSystem()
processSystem in class com.artemis.BaseSystemCopyright © 2017. All rights reserved.