Class AnimatedTexture
java.lang.Object
zombie.core.textures.AnimatedTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getWidth()
boolean
isReady()
void
render
(int arg0, int arg1, int arg2, int arg3, float arg4, float arg5, float arg6, float arg7) void
renderToWidth
(int arg0, int arg1, int arg2, float arg3, float arg4, float arg5, float arg6)
-
Constructor Details
-
AnimatedTexture
-
-
Method Details
-
isReady
public boolean isReady() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
renderToWidth
public void renderToWidth(int arg0, int arg1, int arg2, float arg3, float arg4, float arg5, float arg6) -
render
public void render(int arg0, int arg1, int arg2, int arg3, float arg4, float arg5, float arg6, float arg7)
-