Skip to content

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

import { ElectronChargeNode } from 'scenerystack/scenery-phet';

Constructor

new ElectronChargeNode( providedOptions? : ElectronChargeNodeOptions )

Instance Methods

Type ElectronChargeNodeOptions

import type { ElectronChargeNodeOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for ElectronChargeNode.ts in the scenery-phet repository.