public abstract class IntervalEntitySystem extends EntitySystem
A typical usage would be a collision system or physics system.
| Modifier and Type | Field and Description |
|---|---|
protected float |
acc
Accumulated delta to keep track of interval.
|
world| Constructor and Description |
|---|
IntervalEntitySystem(Aspect aspect,
float interval)
Creates a new IntervalEntitySystem.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkProcessing()
Check if the system should be processed.
|
added, added, begin, changed, changed, check, deleted, deleted, disabled, dispose, enabled, end, getActives, initialize, inserted, isEnabled, isPassive, process, processEntities, removed, setEnabled, setPassive, setWorldpublic IntervalEntitySystem(Aspect aspect, float interval)
aspect - the aspect to match entitiesinterval - the interval at which the system processesprotected boolean checkProcessing()
EntitySystemcheckProcessing in class EntitySystemCopyright © 2014. All Rights Reserved.