Skip to content

HomeScreenSoundGenerator

Under Construction

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

Overview

HomeScreenSoundGenerator is responsible for generating sounds that are associated with the home screen, such as the sound for switching between screen icons and the sound for returning to the home screen from a sim screen.

@author John Blanco (PhET Interactive Simulations)

Class HomeScreenSoundGenerator

import { HomeScreenSoundGenerator } from 'scenerystack/sim';

Constructor

new HomeScreenSoundGenerator( homeScreenModel : HomeScreenModel, providedOptions? : MultiClipOptions )

Instance Methods

Source Code

See the source for HomeScreenSoundGenerator.ts in the joist repository.