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