Interface ITileAnimation
- All Known Implementing Classes:
TileAnimation
public interface ITileAnimation
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getFrames
List<ITileAnimationFrame> getFrames() -
getTotalDuration
int getTotalDuration() -
getCurrentFrame
ITileAnimationFrame getCurrentFrame()
-