public class K2EntityTweenAccessor
extends java.lang.Object
implements aurelienribon.tweenengine.TweenAccessor<com.badlogic.ashley.core.Entity>
| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR |
static int |
OPACITY |
static int |
POSITION |
static int |
POSITION_X |
static int |
POSITION_XY |
static int |
POSITION_Y |
static int |
POSITION_Z |
static int |
ROTATION |
static int |
SCALE |
static int |
VELOCITY |
| Constructor and Description |
|---|
K2EntityTweenAccessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getValues(com.badlogic.ashley.core.Entity entity,
int tweenType,
float[] returnValues) |
void |
setValues(com.badlogic.ashley.core.Entity entity,
int tweenType,
float[] newValues) |
public static final int POSITION
public static final int POSITION_X
public static final int POSITION_Y
public static final int POSITION_Z
public static final int POSITION_XY
public static final int SCALE
public static final int ROTATION
public static final int OPACITY
public static final int VELOCITY
public static final int COLOR
public int getValues(com.badlogic.ashley.core.Entity entity,
int tweenType,
float[] returnValues)
getValues in interface aurelienribon.tweenengine.TweenAccessor<com.badlogic.ashley.core.Entity>public void setValues(com.badlogic.ashley.core.Entity entity,
int tweenType,
float[] newValues)
setValues in interface aurelienribon.tweenengine.TweenAccessor<com.badlogic.ashley.core.Entity>