Skip to content

MagnifyingGlassZoomButtonGroup

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

Overview

A ZoomButtonGroup that shows magnifying glass icons on the buttons

@author Sam Reid (PhET Interactive Simulations)

Class MagnifyingGlassZoomButtonGroup

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

Constructor

new MagnifyingGlassZoomButtonGroup( zoomLevelProperty : NumberProperty, providedOptions? : MagnifyingGlassZoomButtonGroupOptions )

Instance Methods

Type MagnifyingGlassZoomButtonGroupOptions

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

Source Code

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