Properties
Methods
Parameters
callback
(arg0: SpriteRenderer) -> ()
Returns
void
Creates a tween that transitions the alpha of a SpriteRenderer from one value to the other.
Parameters
to
number
Ending alpha of the sprite.
Returns
A Tween object you can use to further customize the motion.
Creates a tween that transitions the alpha of a SpriteRenderer from one value to the other.
Parameters
from
number
Starting alpha of the sprite.
to
number
Ending alpha of the sprite.
Returns
A Tween object you can use to further customize the motion.
Creates a tween that transitions the color of a SpriteRenderer from one value to the other.
Creates a tween that transitions the color of a SpriteRenderer from one value to the other.
Parameters
callback
(arg0: SpriteRenderer) -> ()
Returns
void