RotationEffect
RotationEffect class
Represent rotation behavior of effect.
RotationEffect
Name | Description |
---|---|
RotationEffect() |
Returns: RotationEffect
getBy
Name | Description |
---|---|
getBy () | Describes the relative offset value for the animation. Read/write float. |
Returns: float
getFrom
Name | Description |
---|---|
getFrom () | Describes the starting value for the animation. Read/write float. |
Returns: float
getTo
Name | Description |
---|---|
getTo () | Describes the ending value for the animation. Read/write float. |
Returns: float
setBy
Name | Description |
---|---|
setBy (float) | Describes the relative offset value for the animation. Read/write float. |
Returns: void
setFrom
Name | Description |
---|---|
setFrom (float) | Describes the starting value for the animation. Read/write float. |
Returns: void
setTo
Name | Description |
---|---|
setTo (float) | Describes the ending value for the animation. Read/write float. |
Returns: void