class flixel.addons.display.shapes.FlxShapeCircle extends FlxShape
Available on all platforms
var radius:Float
function new(X:Float, Y:Float, Radius:Float, LineStyle_:LineStyle, FillStyle_:FillStyle):Void
Creates a FlxSprite with a circle drawn on top of it. * X/Y is where the SPRITE is, the circle's upper-left
function drawSpecificShape(?matrix:Matrix = null):Void