Class AnimatedTexture
java.lang.Object
zombie.core.textures.AnimatedTexture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetWidth()booleanisReady()voidrender(int arg0, int arg1, int arg2, int arg3, float arg4, float arg5, float arg6, float arg7) voidrenderToWidth(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)
-