Skip to content

GridIcon

Overview

GridIcon is the icon for an NxN grid of square cells.

@author Chris Malley (PixelZoom, Inc.)

Class GridIcon

import { GridIcon } from 'scenerystack/scenery-phet';

Constructor

new GridIcon( providedOptions? : GridIconOptions )

Instance Methods

Type GridIconOptions

import type { GridIconOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for GridIcon.ts in the scenery-phet repository.