Package gaiasky.scene.component
Class Keyframes
java.lang.Object
gaiasky.scene.component.Keyframes
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.ashley.core.Entity
Invisible focus for camera.Highlighted keyframe.com.badlogic.ashley.core.Entity
High-lighted knot.Keyframe objects.com.badlogic.ashley.core.Entity
The knots, or keyframe positions.com.badlogic.ashley.core.Entity
Knots which are also seams.com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity>
Objects.com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity>
Contains pairs of {direction, up} representing the orientation at each knot.com.badlogic.ashley.core.Entity
The actual path.Reference to the scene.com.badlogic.ashley.core.Entity
The segments joining the knots.Selected keyframe.com.badlogic.ashley.core.Entity
Selected knot.final float
Multiplier to primitive size -
Constructor Summary
-
Method Summary
-
Field Details
-
ss
public final float ssMultiplier to primitive size- See Also:
-
keyframes
Keyframe objects. -
selected
Selected keyframe. -
highlighted
Highlighted keyframe. -
path
public com.badlogic.ashley.core.Entity pathThe actual path. -
segments
public com.badlogic.ashley.core.Entity segmentsThe segments joining the knots. -
knots
public com.badlogic.ashley.core.Entity knotsThe knots, or keyframe positions. -
knotsSeam
public com.badlogic.ashley.core.Entity knotsSeamKnots which are also seams. -
selectedKnot
public com.badlogic.ashley.core.Entity selectedKnotSelected knot. -
highlightedKnot
public com.badlogic.ashley.core.Entity highlightedKnotHigh-lighted knot. -
orientations
public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> orientationsContains pairs of {direction, up} representing the orientation at each knot. -
objects
public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> objectsObjects. -
focus
public com.badlogic.ashley.core.Entity focusInvisible focus for camera. -
scene
Reference to the scene.
-
-
Constructor Details
-
Keyframes
public Keyframes()
-
-
Method Details
-
clearOrientations
public void clearOrientations()
-