InteractiveHighlightingNode¶
Overview¶
A convenience superclass for a Node composed with InteractiveHighlighting. Helpful when using this superclass is easier than the trait pattern. And some devs generally prefer traditional inheritance.
@author Jesse Greenberg (PhET Interactive Simulations)
Class InteractiveHighlightingNode¶
Constructor¶
new InteractiveHighlightingNode( options? : InteractiveHighlightingNodeOptions )¶
Instance Methods¶
Type InteractiveHighlightingNodeOptions¶
InteractiveHighlightingOptions & NodeOptions
Source Code¶
See the source for InteractiveHighlightingNode.ts in the scenery repository.