GridIcon¶
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.