Class KeyframesPathObject

    • Field Detail

      • keyframes

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

        public Keyframe selected
        Selected keyframe
      • highlighted

        public Keyframe highlighted
        Highlighted keyframe
      • segments

        public VertsObject segments
        The segments joining the knots
      • knots

        public VertsObject knots
        The knots, or keyframe positions
      • knotsSeam

        public VertsObject knotsSeam
        Knots which are also seams
      • selectedKnot

        public VertsObject selectedKnot
        Selected knot
      • highlightedKnot

        public VertsObject highlightedKnot
        Highlighted knot
      • orientations

        public com.badlogic.gdx.utils.Array<VertsObject> orientations
        Contains pairs of {direction, up} representing the orientation at each knot
    • Constructor Detail

      • KeyframesPathObject

        public KeyframesPathObject()