StopSignNode¶
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.