Modifier and Type | Field and Description |
---|---|
float |
alpha |
com.badlogic.gdx.math.Vector2 |
ori |
com.badlogic.gdx.math.Vector2 |
pos |
float |
rotation |
com.badlogic.gdx.math.Vector2 |
size |
float |
time |
Constructor and Description |
---|
Frame(float time,
float pos_x,
float pos_y,
float size_x,
float size_y,
float ori_x,
float ori_y,
float rotation,
float alpha) |
Modifier and Type | Method and Description |
---|---|
Frame |
clone() |
int |
compareTo(Frame f) |
java.lang.String |
toString() |
public float time
public float rotation
public float alpha
public com.badlogic.gdx.math.Vector2 pos
public com.badlogic.gdx.math.Vector2 ori
public com.badlogic.gdx.math.Vector2 size