This version of Unity is unsupported.

SceneVisibilityManager.IsPickingEnabledOnAllDescendants

Declaration

public bool IsPickingEnabledOnAllDescendants(GameObject gameObject);

Parameters

gameObject GameObject on which to do the check.

Returns

bool Returns true if all descendants of the GameObject are pickable.

Description

Checks whether all the descendants are pickable.