Skip to content

BucketHole

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

Overview

The hole of a bucket

@author Jonathan Olson

Class BucketHole

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

Constructor

new BucketHole( bucket : Bucket, modelViewTransform : ModelViewTransform2, providedOptions? : BucketHoleOptions )

Instance Methods

Type BucketHoleOptions

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

NodeOptions

Source Code

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