Skip to content

LevelSupportColumnNode

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

Overview

Node that represents a support column with a flat top. An example use case can be seen in Balancing Act, and the default values represent the design decisions made for that sim.

@author John Blanco (PhET Interactive Simulations) @author Marla Schulz (PhET Interactive Simulations)

Class LevelSupportColumnNode

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

Constructor

new LevelSupportColumnNode( providedOptions : LevelSupportColumnNodeOptions )

Instance Methods

Source Code

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