Class AxesUpdater

java.lang.Object
com.badlogic.ashley.core.EntitySystem
com.badlogic.ashley.systems.IteratingSystem
gaiasky.scene.system.update.AbstractUpdateSystem
gaiasky.scene.system.update.AxesUpdater
All Implemented Interfaces:
EntityUpdater

public class AxesUpdater extends AbstractUpdateSystem
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final double
     

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

    priority
  • Constructor Summary Link icon

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

    Modifier and Type
    Method
    Description
    protected void
    processEntity(com.badlogic.ashley.core.Entity entity, float deltaTime)
     
    void
    updateEntity(com.badlogic.ashley.core.Entity entity, float deltaTime)
    Updates the entity.

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

    addedToEngine, getEntities, getFamily, 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
  • Field Details Link icon

    • LINE_SIZE_RAD Link icon

      public static final double LINE_SIZE_RAD
  • Constructor Details Link icon

    • AxesUpdater Link icon

      public AxesUpdater(com.badlogic.ashley.core.Family family, int priority)
  • Method Details Link icon

    • processEntity Link icon

      protected void processEntity(com.badlogic.ashley.core.Entity entity, float deltaTime)
      Specified by:
      processEntity in class com.badlogic.ashley.systems.IteratingSystem
    • updateEntity Link icon

      public void updateEntity(com.badlogic.ashley.core.Entity entity, float deltaTime)
      Description copied from interface: EntityUpdater
      Updates the entity.
      Parameters:
      entity - The entity to update.
      deltaTime - The delta time since last frame.