IsPickingEnabledOnAllDescendants(GameObject)
Checks whether all the descendants are pickable.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public bool IsPickingEnabledOnAllDescendants(GameObject gameObject)
Parameters
GameObject on which to do the check.
Returns
Type | Description |
|---|---|
| bool | Returns true if all descendants of the GameObject are pickable. |