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

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

    priority
  • Constructor Summary

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

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

    addedToEngine, getEntities, getFamily, processEntity, removedFromEngine, update

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

    checkProcessing, getEngine, setProcessing

    Methods inherited from class java.lang.Object

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

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

    getFamily, updateEntity
  • Constructor Details

    • AbstractUpdateSystem

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