Class Keyframes

java.lang.Object
gaiasky.scene.component.Keyframes
All Implemented Interfaces:
com.badlogic.ashley.core.Component

public class Keyframes extends Object implements com.badlogic.ashley.core.Component
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.badlogic.ashley.core.Entity
    Invisible focus for camera.
    Highlighted keyframe.
    com.badlogic.ashley.core.Entity
    High-lighted knot.
    com.badlogic.gdx.utils.Array<Keyframe>
    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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • keyframes

      public com.badlogic.gdx.utils.Array<Keyframe> keyframes
      Keyframe objects.
    • selected

      public Keyframe selected
      Selected keyframe.
    • highlighted

      public Keyframe highlighted
      Highlighted keyframe.
    • path

      public com.badlogic.ashley.core.Entity path
      The actual path.
    • segments

      public com.badlogic.ashley.core.Entity segments
      The segments joining the knots.
    • knots

      public com.badlogic.ashley.core.Entity knots
      The knots, or keyframe positions.
    • knotsSeam

      public com.badlogic.ashley.core.Entity knotsSeam
      Knots which are also seams.
    • selectedKnot

      public com.badlogic.ashley.core.Entity selectedKnot
      Selected knot.
    • highlightedKnot

      public com.badlogic.ashley.core.Entity highlightedKnot
      High-lighted knot.
    • orientations

      public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> orientations
      Contains pairs of {direction, up} representing the orientation at each knot.
    • objects

      public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> objects
      Objects.
    • focus

      public com.badlogic.ashley.core.Entity focus
      Invisible focus for camera.
    • scene

      public Scene scene
      Reference to the scene.
    • ss

      public final float ss
      Multiplier to primitive size
      See Also:
  • Constructor Details

    • Keyframes

      public Keyframes()
  • Method Details

    • clearOrientations

      public void clearOrientations()