public class FollowerSystem
extends com.badlogic.ashley.systems.IteratingSystem
| Constructor and Description |
|---|
FollowerSystem(com.badlogic.ashley.core.Family familyToWatchForRemovals) |
| 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 |
removedFromEngine(com.badlogic.ashley.core.Engine engine) |
getEntities, getFamily, updatepublic FollowerSystem(com.badlogic.ashley.core.Family familyToWatchForRemovals)
public void addedToEngine(com.badlogic.ashley.core.Engine engine)
addedToEngine in class com.badlogic.ashley.systems.IteratingSystempublic void removedFromEngine(com.badlogic.ashley.core.Engine engine)
removedFromEngine 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