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 Link icon

    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.
    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 Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object Link icon

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

    • ss Link icon

      public final float ss
      Multiplier to primitive size
      See Also:
    • keyframes Link icon

      public List<Keyframe> keyframes
      Keyframe objects.
    • selected Link icon

      public Keyframe selected
      Selected keyframe.
    • highlighted Link icon

      public Keyframe highlighted
      Highlighted keyframe.
    • path Link icon

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

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

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

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

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

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

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

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

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

      public Scene scene
      Reference to the scene.
  • Constructor Details Link icon

    • Keyframes Link icon

      public Keyframes()
  • Method Details Link icon

    • clearOrientations Link icon

      public void clearOrientations()