class flixel.tweens.misc.AngleTween extends FlxTween

Available on all platforms

Tweens from one angle to another.

Instance Fields

var sprite:FlxSprite

Optional sprite object whose angle to tween

function destroy():Void

Clean up references

function tween(FromAngle:Float, ToAngle:Float, Duration:Float, ?Sprite:FlxSprite = null):AngleTween

Tweens the value from one angle to another. * *

FromAngle

Start angle. *

ToAngle

End angle. *

Duration

Duration of the tween.