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 Link icon

    • computed Link icon

      public boolean computed
      Flag indicating whether the object has been computed in this step.
    • copy Link icon

      public boolean copy
      Is this just a copy?
    • initialUpdate Link icon

      public boolean initialUpdate
      Has this been updated at least once?
    • visible Link icon

      protected boolean visible
      Is this node visible?
    • forceLabel Link icon

      protected boolean forceLabel
      Force to render the label of this entity, bypassing the solid angle check
  • Constructor Details Link icon

    • Flags Link icon

      public Flags()