class flixel.addons.display.shapes.FlxShapeGrid extends FlxShapeBox

Available on all platforms

Instance Fields

function new(X:Float, Y:Float, CellWidth:Float, CellHeight:Float, CellsWide:Int, CellsTall:Int, LineStyle_:LineStyle, FillStyle_:FillStyle):Void

Creates a FlxSprite with a grid drawn on top of it. * X/Y is where the SPRITE is, the grid upper-left

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