Klasse AnimationDraw
java.lang.Object
com.sunworld.game.combat.animation.impl.AnimationDraw
- Alle implementierten Schnittstellen:
CharacterAnimation
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAnimationDraw
(int millisPerFrame, Texture... frames) AnimationDraw
(Animation animation) -
Methodenübersicht
-
Felddetails
-
millisPerFrame
private final int millisPerFrame -
frames
-
timer
-
framePtr
private int framePtr -
completed
private boolean completed
-
-
Konstruktordetails
-
AnimationDraw
-
AnimationDraw
-
-
Methodendetails
-
isDone
public boolean isDone()- Angegeben von:
isDone
in SchnittstelleCharacterAnimation
-
getFrame
- Angegeben von:
getFrame
in SchnittstelleCharacterAnimation
-