GridIcon¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/GridIcon.ts for the most up-to-date information.
Overview¶
GridIcon is the icon for an NxN grid of square cells.
@author Chris Malley (PixelZoom, Inc.)
Class GridIcon¶
Constructor¶
new GridIcon( providedOptions? : GridIconOptions )¶
Instance Methods¶
Type GridIconOptions¶
- size?: number
- numberOfRows?: number
- & PathOptions
Source Code¶
See the source for GridIcon.ts in the scenery-phet repository.