WireNode¶
Overview¶
View that typically connects a sensor (like a ProbeNode) to its body (where the readout value or chart appears).
@author Sam Reid (PhET Interactive Simulations)
Class WireNode¶
Constructor¶
new WireNode( position1Property : TReadOnlyProperty<Vector2>, normal1Property : TReadOnlyProperty<Vector2>, position2Property : TReadOnlyProperty<Vector2>, normal2Property : TReadOnlyProperty<Vector2>, options? : WireNodeOptions )¶
Instance Methods¶
dispose()¶
Type WireNodeOptions¶
Source Code¶
See the source for WireNode.ts in the scenery-phet repository.