public interface IRotationEffect extends IBehavior
Represent rotation behavior of effect.
Modifier and Type | Method and Description |
---|---|
float |
getBy()
Describes the relative offset value for the animation.
|
float |
getFrom()
Describes the starting value for the animation.
|
float |
getTo()
Describes the ending value for the animation.
|
void |
setBy(float value)
Describes the relative offset value for the animation.
|
void |
setFrom(float value)
Describes the starting value for the animation.
|
void |
setTo(float value)
Describes the ending value for the animation.
|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
float getFrom()
Describes the starting value for the animation.
Read/write float
.
void setFrom(float value)
Describes the starting value for the animation.
Read/write float
.
float getTo()
Describes the ending value for the animation.
Read/write float
.
void setTo(float value)
Describes the ending value for the animation.
Read/write float
.
float getBy()
Describes the relative offset value for the animation.
Read/write float
.
void setBy(float value)
Describes the relative offset value for the animation.
Read/write float
.