public class GameObjectTween extends Object implements aurelienribon.tweenengine.TweenAccessor<GameObject>
Modifier and Type | Field and Description |
---|---|
static int |
ALPHA |
static int |
B |
static int |
G |
static int |
OFFSET_X |
static int |
OFFSET_Y |
static int |
POS_X |
static int |
POS_Y |
static int |
R |
static int |
SCALE |
static int |
SCALE_X |
static int |
SCALE_Y |
Constructor and Description |
---|
GameObjectTween() |
Modifier and Type | Method and Description |
---|---|
int |
getValues(GameObject target,
int tweenType,
float[] returnValues) |
void |
setValues(GameObject target,
int tweenType,
float[] newValues) |
public static final int SCALE_X
public static final int SCALE_Y
public static final int POS_X
public static final int POS_Y
public static final int SCALE
public static final int OFFSET_X
public static final int OFFSET_Y
public static final int ALPHA
public static final int R
public static final int G
public static final int B
public int getValues(GameObject target, int tweenType, float[] returnValues)
getValues
in interface aurelienribon.tweenengine.TweenAccessor<GameObject>
public void setValues(GameObject target, int tweenType, float[] newValues)
setValues
in interface aurelienribon.tweenengine.TweenAccessor<GameObject>
Copyright © 2020. All rights reserved.