public class ActionRotateTo
extends ActionRotateBase
ActionRotate,
ActionRotateBy| Modifier and Type | Field and Description |
|---|---|
protected float |
mFromDegree
从什么弧度开始旋转 以弧度为单位
|
protected float |
mRotateToDegree
旋转到什么角度
|
| Constructor and Description |
|---|
ActionRotateTo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getFromDegree()
获取起点的角度
|
float |
getRotateToDegree()
获取终点的角度
|
void |
setFromDegree(float mFromDegree)
起点角度
|
void |
setRotateToDegree(float mRotateToDegree)
终点角度
|
protected float mFromDegree
protected float mRotateToDegree
public float getFromDegree()
public void setFromDegree(float mFromDegree)
mFromDegree - 弧度值public float getRotateToDegree()
public void setRotateToDegree(float mRotateToDegree)
mRotateToDegree - 弧度值