CreditsNode¶
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/CreditsNode.ts for the most up-to-date information.
Overview¶
CreditsNode displays the credits section in the About dialog. See documentation below for conventions related to each credits field.
@author Sam Reid (PhET Interactive Simulations) @author Chris Malley (PixelZoom, Inc.) @author Jonathan Olson <jonathan.olson@colorado.edu>
Class CreditsNode¶
Constructor¶
new CreditsNode( credits : CreditsData, options : CreditsNodeOptions )¶
Instance Methods¶
dispose()¶
Type CreditsData¶
- leadDesign?: string
- softwareDevelopment?: string
- team?: string
- contributors?: string
- qualityAssurance?: string
- graphicArts?: string
- soundDesign?: string
- thanks?: string
Source Code¶
See the source for CreditsNode.ts in the joist repository.