Set a custom highlighter for picked point.
(&mut self, provider: HighlightPointProvider)
| 781 | Message: 'a, |
| 782 | { |
| 783 | let camera_bounds = self.camera_bounds.as_ref()?; |
| 784 | let mut screen_xy = Self::world_to_screen_position_unclipped( |
| 785 | shape.anchor_position, |
| 786 | camera_bounds, |
| 787 | self.x_axis_scale, |
| 788 | self.y_axis_scale, |