OutsideBackgroundNode¶
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/OutsideBackgroundNode.ts for the most up-to-date information.
Overview¶
This node is intended for use as a background on a screen, and shows the ground on the bottom and the sky on the top. <p/> The default size is chosen such that it works well with the default layout size for a PhET HTML5 simulation.
@author John Blanco @author Sam Reid (PhET Interactive Simulations)
Class OutsideBackgroundNode¶
Constructor¶
new OutsideBackgroundNode( centerX : number, centerY : number, width : number, skyHeight : number, groundDepth : number )¶
Instance Methods¶
Source Code¶
See the source for OutsideBackgroundNode.ts in the scenery-phet repository.