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