Package ai.deepar.ar
Interface DeepAR.AnimationTransitionedCallback
- Enclosing class:
DeepAR
public static interface DeepAR.AnimationTransitionedCallback
Animation transitioned callback interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
animationTransitionedTo
(String state) Called when the animation player transitions to a new state.
-
Method Details
-
animationTransitionedTo
Called when the animation player transitions to a new state.- Parameters:
state
- Name of the new state that is being transitioned to.
-