StopSignNode¶
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/StopSignNode.ts for the most up-to-date information.
Overview¶
An octagonal, red stop sign node with a white internal border
@author Denzell Barnett (PhET Interactive Simulations) @author Sam Reid (PhET Interactive Simulations)
Class StopSignNode¶
Constructor¶
new StopSignNode( providedOptions? : StopSignNodeOptions )¶
Instance Methods¶
Type StopSignNodeOptions¶
- fillRadius?: number
- innerStrokeWidth?: number
- outerStrokeWidth?: number
- fill?: TColor
- innerStroke?: TColor
- outerStroke?: TColor
- & StrictOmit<NodeOptions, "children">
Source Code¶
See the source for StopSignNode.ts in the scenery-phet repository.