onHighlightChanged property

ValueChanged<bool> onHighlightChanged
final

Called when this part of the material either becomes highlighted or stops being highlighted.

The value passed to the callback is true if this part of the material has become highlighted and false if this part of the material has stopped being highlighted.

Implementation

final ValueChanged<bool> onHighlightChanged