CreditsNode¶
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.