public class RotationEffect extends Behavior implements IRotationEffect
Represent rotation behavior of effect.
Constructor and Description |
---|
RotationEffect() |
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, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
public final float getFrom()
Describes the starting value for the animation.
Read/write float
.
getFrom
in interface IRotationEffect
public final void setFrom(float value)
Describes the starting value for the animation.
Read/write float
.
setFrom
in interface IRotationEffect
public final float getTo()
Describes the ending value for the animation.
Read/write float
.
getTo
in interface IRotationEffect
public final void setTo(float value)
Describes the ending value for the animation.
Read/write float
.
setTo
in interface IRotationEffect
public final float getBy()
Describes the relative offset value for the animation.
Read/write float
.
getBy
in interface IRotationEffect
public final void setBy(float value)
Describes the relative offset value for the animation.
Read/write float
.
setBy
in interface IRotationEffect