public class AnimationUtils
extends java.lang.Object
| Constructor and Description |
|---|
AnimationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static float |
clampWrapTime(float time,
float duration,
LoopMode loopMode)
Clamps the time according to duration and loopMode
|
public static float clampWrapTime(float time,
float duration,
LoopMode loopMode)
time - duration - loopMode -