Skip to content

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

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.