Skip to content

CanvasNodeBoundsOverlay

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/CanvasNodeBoundsOverlay.ts for the most up-to-date information.

Overview

Displays CanvasNode bounds.

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

Class CanvasNodeBoundsOverlay

import { CanvasNodeBoundsOverlay } from 'scenerystack/scenery';

Constructor

new CanvasNodeBoundsOverlay( display : Display, rootNode : Node )

Instance Methods

addShapes()

Source Code

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