Skip to content

SimulationPreferencesPanel

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

Overview

The content for the "Simulation" tab in the PreferencesDialog. Contains controls for any simulation-specific preferences.

@author Jesse Greenberg (PhET Interactive Simulations)

Class SimulationPreferencesPanel

import { SimulationPreferencesPanel } from 'scenerystack/sim';

Constructor

new SimulationPreferencesPanel( simulationModel : SimulationModel, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : SimulationPreferencesPanelOptions )

Instance Methods

Source Code

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