Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closeposition | The mouse position to test. |
outObjectList | The list to hold the returned objects. |
Gets an ordered list of objects that would be picked under the give mouse position.
The position
argument specifies the test location in GUI coordinates.
This function returns an unprocessed list of objects that could be either GameObjects or Components. This list also doesn't take the SelectionBase attribute or prefab roots into account.
This function must be called during a Scene GUI event that is not Repaint. It only works with the current SceneView.
Additional resources: PickGameObject, SceneView.duringSceneGui.