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.

Returns: void


setFrom

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

Returns: void


setTo

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

Returns: void