Package gaiasky.scene.component
Class Flags
java.lang.Object
gaiasky.scene.component.Flags
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanFlag indicating whether the object has been computed in this step.booleanIs this just a copy?protected booleanForce to render the label of this entity, bypassing the solid angle checkbooleanHas this been updated at least once?protected booleanIs this node visible? -
Constructor Summary
Constructors -
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()
-