Class AniMove


public class AniMove extends Animation
An animation which moves an entity somewhere over an amount of frames
  • Constructor Details

  • Method Details

    • animate

      public boolean animate(float from_x, float from_y, float to_x, float to_y)
      Overrides:
      animate in class Animation
    • move

      public processing.core.PVector move(float from_x, float from_y, float to_x, float to_y)