public class HealthRenderSystem
extends com.badlogic.ashley.systems.IteratingSystem
| Constructor and Description |
|---|
HealthRenderSystem(com.badlogic.gdx.graphics.OrthographicCamera camera) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processEntity(com.badlogic.ashley.core.Entity entity,
float deltaTime) |
void |
update(float deltaTime) |
addedToEngine, getEntities, getFamily, removedFromEnginepublic HealthRenderSystem(com.badlogic.gdx.graphics.OrthographicCamera camera)
public void update(float deltaTime)
update in class com.badlogic.ashley.systems.IteratingSystemprotected void processEntity(com.badlogic.ashley.core.Entity entity,
float deltaTime)
processEntity in class com.badlogic.ashley.systems.IteratingSystem