Skip to content

GroupHighlightFromNode

Overview

A HighlightPath subtype that is based around a Node, with styling that makes it look like a group focus highlight.

@author Jesse Greenberg (PhET Interactive Simulations)

Class GroupHighlightFromNode

import { GroupHighlightFromNode } from 'scenerystack/scenery';

Constructor

new GroupHighlightFromNode( node : Node | null, providedOptions? : GroupHighlightFromNodeOptions )

Instance Methods

Source Code

See the source for GroupHighlightFromNode.ts in the scenery repository.