Skip to content

PlusNode

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

Overview

Plus sign, created using phet.scenery.Path because scenery.Text("+") cannot be accurately centered. Origin at upper left.

@author Chris Malley (PixelZoom, Inc.)

Class PlusNode

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

Constructor

new PlusNode( providedOptions? : PlusNodeOptions )

Instance Methods

Type PlusNodeOptions

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

Source Code

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