public class ProfiledSystem<T extends com.badlogic.ashley.core.EntitySystem>
extends com.badlogic.ashley.core.EntitySystem
| Constructor and Description |
|---|
ProfiledSystem(T system) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastUpdateTime() |
void |
update(float deltaTime) |
public ProfiledSystem(T system)