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, ParticleUpdater, PerimeterUpdater, RaymarchingUpdater, RulerUpdater, ShapeUpdater, TitleUpdater, TrajectoryUpdater, VertsUpdater, VRDeviceUpdater

public abstract class AbstractUpdateSystem extends com.badlogic.ashley.systems.IteratingSystem implements EntityUpdater
  • Field Summary Link icon

    Fields inherited from class com.badlogic.ashley.core.EntitySystem Link icon

    priority
  • Constructor Summary Link icon

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractUpdateSystem(com.badlogic.ashley.core.Family family, int priority)
     
  • Method Summary Link icon

    Methods inherited from class com.badlogic.ashley.systems.IteratingSystem Link icon

    addedToEngine, getEntities, getFamily, processEntity, removedFromEngine, update

    Methods inherited from class com.badlogic.ashley.core.EntitySystem Link icon

    checkProcessing, getEngine, setProcessing

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface gaiasky.scene.system.update.EntityUpdater Link icon

    getFamily, updateEntity
  • Constructor Details Link icon

    • AbstractUpdateSystem Link icon

      protected AbstractUpdateSystem(com.badlogic.ashley.core.Family family, int priority)