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。