Version: 2021.1
public static GameObject PickGameObject (Vector2 position, out int materialIndex);
public static GameObject PickGameObject (Vector2 position, GameObject[] ignore, out int materialIndex);
public static GameObject PickGameObject (Vector2 position, GameObject[] ignore, GameObject[] selection, out int materialIndex);
public static GameObject PickGameObject (Vector2 position, bool selectPrefabRoot);
public static GameObject PickGameObject (Vector2 position, bool selectPrefabRoot, GameObject[] ignore);
public static GameObject PickGameObject (Vector2 position, bool selectPrefabRoot, GameObject[] ignore, GameObject[] filter);
public static GameObject PickGameObject (Vector2 position, bool selectPrefabRoot, GameObject[] ignore, GameObject[] filter, out int materialIndex);

参数

selectPrefabRoot 选择预制件。
materialIndex 将索引返回到最接近指定位置的渲染器组件的材质数组中。
position A position in GUI coordinates. The top-left of the window is (0,0), and the bottom-right is (Screen.width, Screen.height).
ignore An array of GameObjects that will not be considered when selecting the nearest GameObject.
filter An array of GameObjects to be exclusively considered for selection. If null, all GameObjects in open scenes are eligible for selection.

返回

GameObject The GameObject that is under the requested position.

描述

选择最接近指定位置的游戏对象。

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961