PlusNode¶
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/PlusNode.ts for the most up-to-date information.
Overview¶
Plus sign, created using phet.scenery.Path because scenery.Text("+") cannot be accurately centered. Origin at upper left.
@author Chris Malley (PixelZoom, Inc.)
Class PlusNode¶
Constructor¶
new PlusNode( providedOptions? : PlusNodeOptions )¶
Instance Methods¶
Type PlusNodeOptions¶
- size?: Dimension2
- & PathOptions
Source Code¶
See the source for PlusNode.ts in the scenery-phet repository.