Skip to content

PNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/nitroglycerin/blob/main/js/nodes/PNode.ts for the most up-to-date information.

Overview

P Molecule

@author Chris Malley (PixelZoom, Inc.)

Class PNode

import { PNode } from 'scenerystack/nitroglycerin';

Constructor

new PNode( providedOptions? : PNodeOptions )

Instance Methods

Type PNodeOptions

import type { PNodeOptions } from 'scenerystack/nitroglycerin';

MoleculeNodeOptions

Source Code

See the source for PNode.ts in the nitroglycerin repository.