Package gaiasky.scene.component
Class OrbitElementsSet
java.lang.Object
gaiasky.scene.component.OrbitElementsSet
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.utils.Array
<com.badlogic.ashley.core.Entity> boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alwaysUpdate
public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> alwaysUpdate -
initialUpdate
public boolean initialUpdate
-
-
Constructor Details
-
OrbitElementsSet
public OrbitElementsSet()
-
-
Method Details
-
markForUpdate
-