RotationEffect

RotationEffect class

Represent rotation behavior of effect.

RotationEffect

NameDescription
RotationEffect()

Returns: RotationEffect


getBy

NameDescription
getBy()Describes the relative offset value for the animation. Read/write float.

Returns: float


getFrom

NameDescription
getFrom()Describes the starting value for the animation. Read/write float.

Returns: float


getTo

NameDescription
getTo()Describes the ending value for the animation. Read/write float.

Returns: float


setBy

NameDescription
setBy(float)Describes the relative offset value for the animation. Read/write float.

setFrom

NameDescription
setFrom(float)Describes the starting value for the animation. Read/write float.

setTo

NameDescription
setTo(float)Describes the ending value for the animation. Read/write float.