MinusNode¶
Overview¶
Minus sign, created using phet.scenery.Rectangle because scenery.Text("-") looks awful on Windows and cannot be accurately centered. The origin is at the upper left.
@author Chris Malley (PixelZoom, Inc.)
Class MinusNode¶
Constructor¶
new MinusNode( providedOptions : MinusNodeOptions )¶
Instance Methods¶
Type MinusNodeOptions¶
- size?: Dimension2
- & RectangleOptions
Source Code¶
See the source for MinusNode.ts in the scenery-phet repository.