ArrowKeyNode¶
Overview¶
Node that looks like an arrow key on the keyboard. Default is a rounded triangle centered in a square key.
@author Jesse Greenberg
Class ArrowKeyNode¶
Constructor¶
new ArrowKeyNode( direction : Direction, providedOptions? : ArrowKeyNodeOptions )¶
Instance Methods¶
Type ArrowKeyNodeOptions¶
- arrowFill?: TColor
- arrowStroke?: TColor
- arrowLineJoin?: LineJoin
- arrowLineWidth?: number
- arrowHeight?: number
- arrowWidth?: number
- & KeyNodeOptions
Source Code¶
See the source for ArrowKeyNode.ts in the scenery-phet repository.