Class AnimatedTexture
java.lang.Object
zombie.core.textures.AnimatedTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetWidth()booleanisReady()voidrender(int x, int y, int width, int height, float r, float g, float b, float a) voidrenderToWidth(int x, int y, int width, float r, float g, float b, float a)
-
Constructor Details
-
AnimatedTexture
-
-
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)
-