Skip to content

PaperAirplaneNode

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

Overview

PaperAirplaneNode draws the paper airplane that is part of the PhET logo.

@author John Blanco

Class PaperAirplaneNode

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

Constructor

new PaperAirplaneNode( providedOptions? : PaperAirplaneNodeOptions )

Instance Methods

Type PaperAirplaneNodeOptions

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

PathOptions

Source Code

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