Class Flags

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

public class Flags extends Object implements com.badlogic.ashley.core.Component
  • Field Details

    • computed

      public boolean computed
      Flag indicating whether the object has been computed in this step.
    • visible

      protected boolean visible
      Is this node visible?
    • forceLabel

      protected boolean forceLabel
      Force to render the label of this entity, bypassing the solid angle check
    • copy

      public boolean copy
      Is this just a copy?
    • initialUpdate

      public boolean initialUpdate
      Has this been updated at least once?
  • Constructor Details

    • Flags

      public Flags()