class flixel.addons.display.shapes.FlxShapeDoubleCircle extends FlxShapeDonut

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 double-circle drawn on top of it. * X/Y is where the SPRITE is, the double-circle's upper-left

function drawSpecificShape(?matrix:Matrix = null):Void