Package ai.deepar.ar

Interface DeepAR.AnimationTransitionedCallback

Enclosing class:
DeepAR

public static interface DeepAR.AnimationTransitionedCallback
Animation transitioned callback interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the animation player transitions to a new state.
  • Method Details

    • animationTransitionedTo

      void animationTransitionedTo(String state)
      Called when the animation player transitions to a new state.
      Parameters:
      state - Name of the new state that is being transitioned to.