| Package | Description |
|---|---|
| net.mostlyoriginal.api.operation |
| Modifier and Type | Method and Description |
|---|---|
static TweenPosOperation |
JamOperationFactory.moveBetween(float x1,
float y1,
float x2,
float y2,
float duration)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(float x1,
float y1,
float x2,
float y2,
float duration,
com.badlogic.gdx.math.Interpolation interpolation)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(Pos from,
Pos to,
float duration)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(Pos from,
Pos to,
float duration,
com.badlogic.gdx.math.Interpolation interpolation)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(com.badlogic.gdx.math.Vector2 from,
com.badlogic.gdx.math.Vector2 to,
float duration)
Linear tween for Pos.
|
static TweenPosOperation |
JamOperationFactory.moveBetween(com.badlogic.gdx.math.Vector2 from,
com.badlogic.gdx.math.Vector2 to,
float duration,
com.badlogic.gdx.math.Interpolation interpolation)
Linear tween for Pos.
|
Copyright © 2017. All rights reserved.