Class AbstractUpdateSystem
java.lang.Object
com.badlogic.ashley.core.EntitySystem
com.badlogic.ashley.systems.IteratingSystem
gaiasky.scene.system.update.AbstractUpdateSystem
- All Implemented Interfaces:
EntityUpdater
- Direct Known Subclasses:
AxesUpdater, BackgroundUpdater, BillboardSetUpdater, BillboardUpdater, ClusterUpdater, ConstellationUpdater, DatasetDescriptionUpdater, ElementsSetUpdater, GraphUpdater, GridRecUpdater, KeyframeUpdater, LocUpdater, MeshUpdater, ModelUpdater, OctreeUpdater, ParticleSetUpdater, PerimeterUpdater, RaymarchingUpdater, RulerUpdater, ShapeUpdater, TrajectoryUpdater, VertsUpdater, VRDeviceUpdater
public abstract class AbstractUpdateSystem
extends com.badlogic.ashley.systems.IteratingSystem
implements EntityUpdater
-
Field Summary
Fields inherited from class com.badlogic.ashley.core.EntitySystem
priority -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractUpdateSystem(com.badlogic.ashley.core.Family family, int priority) -
Method Summary
Methods inherited from class com.badlogic.ashley.systems.IteratingSystem
addedToEngine, getEntities, getFamily, processEntity, removedFromEngine, updateMethods inherited from class com.badlogic.ashley.core.EntitySystem
checkProcessing, getEngine, setProcessingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityUpdater
getFamily, updateEntity
-
Constructor Details
-
AbstractUpdateSystem
protected AbstractUpdateSystem(com.badlogic.ashley.core.Family family, int priority)
-