public class ActionRotateBy
extends ActionRotateBase
ActionRotate,
ActionRotateTo| Modifier and Type | Field and Description |
|---|---|
protected float |
mFromDegree
从什么弧度开始旋转 以弧度为单位
|
protected float |
mRotateDegree
旋转多少度
|
| Constructor and Description |
|---|
ActionRotateBy() |
| Modifier and Type | Method and Description |
|---|---|
float |
getRotateDegree()
获取旋转角度
|
void |
setFromDegree(float mFromDegree)
起点角度
|
void |
setRotateDegree(float mRotateDegree)
设置旋转角度
|