public class ActionRotateTo
extends ActionRotateBase
ActionRotate,
ActionRotateBy| Modifier and Type | Field and Description |
|---|---|
protected float |
mFromDegree
The angle of the start point in radians.
|
protected float |
mRotateToDegree
The angle of the end point in radians.
|
| Constructor and Description |
|---|
ActionRotateTo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getFromDegree()
Gets the angle in the beginning.
|
float |
getRotateToDegree()
Gets the angle in the end.
|
void |
setFromDegree(float mFromDegree)
Sets the angle in the beginning.
|
void |
setRotateToDegree(float mRotateToDegree)
Sets the angle in the end.
|
protected float mFromDegree
protected float mRotateToDegree
public float getFromDegree()
public void setFromDegree(float mFromDegree)
mFromDegree - The angle in the beginning.public float getRotateToDegree()
public void setRotateToDegree(float mRotateToDegree)
mRotateToDegree - The angle in the end.