public class AnimatorMonitor extends Object implements Animator.AnimatorListener
It uses a Logger to log a warning message when none of the animations has requested a render during an
animator tick.
| Constructor and Description |
|---|
AnimatorMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onVoidTick(Animation[] animations)
Handles the case when none of the animations has requested a render during an animator tick.
|
public void onVoidTick(Animation[] animations)
Animator.AnimatorListeneronVoidTick in interface Animator.AnimatorListeneranimations - the animations of the animator.