Class AnimatedTexture

java.lang.Object
zombie.core.textures.AnimatedTexture

public final class AnimatedTexture extends Object
  • Constructor Details

  • Method Details

    • isReady

      public boolean isReady()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • renderToWidth

      public void renderToWidth(int x, int y, int width, float r, float g, float b, float a)
    • render

      public void render(int x, int y, int width, int height, float r, float g, float b, float a)