ElectronChargeNode¶
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/ElectronChargeNode.ts for the most up-to-date information.
Overview¶
ElectronChargeNode renders a shaded 2d electron with a "-" sign in the middle.
@author Sam Reid (PhET Interactive Simulations)
Class ElectronChargeNode¶
Constructor¶
new ElectronChargeNode( providedOptions? : ElectronChargeNodeOptions )¶
Instance Methods¶
Type ElectronChargeNodeOptions¶
- sphereOpacity?: number
- minusSignOpacity?: number
- radius?: number
- & StrictOmit<NodeOptions, "children">
Source Code¶
See the source for ElectronChargeNode.ts in the scenery-phet repository.