Interface IAnimator


public interface IAnimator
  • Method Summary

    Modifier and Type Method Description
    boolean running()  
    float step()  
  • Method Details