Interface AnimationListener


public interface AnimationListener
Describes a class interested in receiving notice when an animation has changed state.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an animation reaches the end of its complete play time (maxTime * loops)
  • Method Details

    • animationFinished

      void animationFinished(AnimationClipInstance source)
      Called when an animation reaches the end of its complete play time (maxTime * loops)
      Parameters:
      source - The animation clip instance that finished.