position | The position in screen coordinates. The top-left of the window is (0,0), and the bottom-right is (Screen.width, Screen.height). |
results | The output list to populate with all GameObjects at the specified position. |
Creates a list of all GameObjects under the specified position in screen coordinates.
HandleUtility.PickAllObjects
must not be called during a repaint. In most cases, it is appropriate to call during EventType.MouseDown or EventType.MouseUp. A common use would be to pick all GameObjects at the current cursor position.