Skip to content

FittedBlockBoundsOverlay

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/overlays/FittedBlockBoundsOverlay.ts for the most up-to-date information.

Overview

Shows the bounds of current fitted blocks.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class FittedBlockBoundsOverlay

import { FittedBlockBoundsOverlay } from 'scenerystack/scenery';

Constructor

new FittedBlockBoundsOverlay( display : Display, rootNode : Node )

Instance Methods

addShapes()

Source Code

See the source for FittedBlockBoundsOverlay.ts in the scenery repository.