public interface AnimationListener
Animation| Modifier and Type | Method and Description |
|---|---|
void |
animationUpdated(Animation source,
float timeS,
float[] values)
Will be called when the given
Animation was updated. |
void animationUpdated(Animation source, float timeS, float[] values)
Animation was updated.source - The source AnimationtimeS - The time, in secondsvalues - The interpolated values for the given timeCopyright © 2022. All Rights Reserved.