class flixel.addons.display.shapes.FlxShapeSquareDonut extends FlxShape

Available on all platforms

Instance Fields

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