Package gaiasky.scene.component
Class Flags
java.lang.Object
gaiasky.scene.component.Flags
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Flag indicating whether the object has been computed in this step.boolean
Is this just a copy?protected boolean
Force to render the label of this entity, bypassing the solid angle checkboolean
Has this been updated at least once?protected boolean
Is this node visible? -
Constructor Summary
-
Method Summary
-
Field Details
-
computed
public boolean computedFlag indicating whether the object has been computed in this step. -
copy
public boolean copyIs this just a copy? -
initialUpdate
public boolean initialUpdateHas this been updated at least once? -
visible
protected boolean visibleIs this node visible? -
forceLabel
protected boolean forceLabelForce to render the label of this entity, bypassing the solid angle check
-
-
Constructor Details
-
Flags
public Flags()
-