Schnittstelle AnimationState


public interface AnimationState
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The animation has finished.
    static final int
    The animation hasn't started yet.
    static final int
    The animation has been paused.
    static final int
    The animation is currently playing.
  • Felddetails

    • IDLE

      static final int IDLE
      The animation hasn't started yet.
      Siehe auch:
    • PAUSED

      static final int PAUSED
      The animation has been paused.
      Siehe auch:
    • PLAYING

      static final int PLAYING
      The animation is currently playing.
      Siehe auch:
    • FINISHED

      static final int FINISHED
      The animation has finished.
      Siehe auch: