We have a 3D SceneGraphicsView and several GraphicOverlays on that view. We want to give priority to some certain type of Graphics when user clicks on it. When another Graphic overlaps with that certain type, we want that certain type of Graphic to be selected. How can we achieve this? If we could give Z value to a GraphicOverlay instead of a single Graphic that would be OK too.