class flixel.addons.display.shapes.FlxShapeGrid extends FlxShapeBox
Available on all platforms
var cellHeight:Float
var cellWidth:Float
var cellsTall:Int
var cellsWide:Int
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