Class Path

java.lang.Object
foundry.veil.api.client.anim.Path

public class Path extends Object
  • Constructor Details

    • Path

      public Path(List<Frame> frames, boolean loop)
    • Path

      public Path(List<Frame> frames, boolean loop, boolean bezier)
  • Method Details

    • getCurrentKeyframeAtProgress

      public Keyframe getCurrentKeyframeAtProgress(float progress)
    • getKeyframeBefore

      public Keyframe getKeyframeBefore(Frame frame)
    • duration

      public int duration()
    • next

      public void next()
    • previous

      public void previous()
    • reset

      public void reset()
    • frameAtProgress

      public Frame frameAtProgress(float progress)
    • getCurrentFrame

      public Frame getCurrentFrame()