public class TweenSystem
extends com.badlogic.ashley.systems.IteratingSystem
| Constructor and Description |
|---|
TweenSystem() |
TweenSystem(aurelienribon.tweenengine.TweenAccessor<com.badlogic.ashley.core.Entity> customDefault) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedToEngine(com.badlogic.ashley.core.Engine engine) |
protected void |
processEntity(com.badlogic.ashley.core.Entity entity,
float deltaTime) |
void |
update(float deltaTime) |
getEntities, getFamily, removedFromEnginepublic TweenSystem()
public TweenSystem(aurelienribon.tweenengine.TweenAccessor<com.badlogic.ashley.core.Entity> customDefault)
public void update(float deltaTime)
update in class com.badlogic.ashley.systems.IteratingSystempublic void addedToEngine(com.badlogic.ashley.core.Engine engine)
addedToEngine 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