Skip to content

TOverlay

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

Overview

Type TOverlay

The main type interface for Display overlays

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

import type { TOverlay } from 'scenerystack/scenery';
  • update: () => void

Source Code

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