Class OrbitElementsSet

java.lang.Object
gaiasky.scene.component.OrbitElementsSet
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class OrbitElementsSet extends Object implements com.badlogic.ashley.core.Component
Aggregates children entities (typically orbits) so that they are treated as one, especially in terms of GPU draw calls.
  • Field Details Link icon

    • alwaysUpdate Link icon

      public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> alwaysUpdate
    • initialUpdate Link icon

      public boolean initialUpdate
  • Constructor Details Link icon

    • OrbitElementsSet Link icon

      public OrbitElementsSet()
  • Method Details Link icon

    • markForUpdate Link icon

      public void markForUpdate(Render render)