|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.badlogic.gdx.scenes.scene2d.interpolators | |
---|---|
com.badlogic.gdx.scenes.scene2d.interpolators |
Classes in com.badlogic.gdx.scenes.scene2d.interpolators used by com.badlogic.gdx.scenes.scene2d.interpolators | |
---|---|
AccelerateDecelerateInterpolator
An interpolator where the rate of change starts out slowly, grows over time and ends slowly. |
|
AccelerateInterpolator
An interpolator where the rate of change starts out slowly and then accelerates over time. |
|
AnticipateInterpolator
An Interpolator where the changes start backwards and than spring forward as the time progresses. |
|
DecelerateInterpolator
An interpolator where the rate of change starts out fast and then decelerates over time. |
|
LinearInterpolator
A very simple Interpolator which provides a linear progression by just returning the current input. |
|
OvershootInterpolator
An interpolator where the change overshoots the target and springs back to the target position. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |