Package gaiasky.scene.component
Class Coordinates
java.lang.Object
gaiasky.scene.component.Coordinates
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
,ICopy
-
Field Summary
Modifier and TypeFieldDescriptionCoordinates provider.boolean
Whether the current time puts the coordinates are out of time range. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.ashley.core.Component
getCopy
(com.badlogic.ashley.core.Engine engine) void
setCoordinates
(IBodyCoordinates coordinates) void
setCoordinatesProvider
(IBodyCoordinates coordinates)
-
Field Details
-
coordinates
Coordinates provider. Provides position coordinates depending on time. -
timeOverflow
public boolean timeOverflowWhether the current time puts the coordinates are out of time range.
-
-
Constructor Details
-
Coordinates
public Coordinates()
-
-
Method Details