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