版本: Unity 6 (6000.0)
语言英语
  • C#

SceneVisibilityManager.IsPickingDisabled

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交的内容,但我们确实会阅读用户提供的每个建议的更改,并在适用时进行更新。

关闭

提交失败

由于某种原因,您的建议更改无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public bool IsPickingDisabled(GameObject gameObject, bool includeDescendants);

参数

gameObject 要检查的 GameObject。
includeDescendants 指定 true 以检查 GameObject 及其所有后代。设置为 false 以检查 GameObject。

返回值

bool 当 includeDescendants 为 true 时,此方法在 GameObject 及其所有后代的拾取被禁用时返回 true。当 includeDescendants 为 false 时,此方法在 GameObject 的拾取被禁用时返回 true。

描述

检查 GameObject 及其后代的拾取状态(可选)。

当 includeDescendants 为 true 时,此方法在 GameObject 及其所有后代的拾取被禁用时返回 true。当 includeDescendants 为 false 时,此方法在 GameObject 被隐藏时返回 true。