Skip to content

CNode

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/CNode.ts for the most up-to-date information.

Overview

C Molecule

@author Chris Malley (PixelZoom, Inc.)

Class CNode

import { CNode } from 'scenerystack/nitroglycerin';

Constructor

new CNode( providedOptions? : CNodeOptions )

Instance Methods

Type CNodeOptions

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

HorizontalMoleculeNodeOptions

Source Code

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