Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsPickingDisabledOnAnyDescendant(Scene)

Checks whether any descendants have picking disabled.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public bool IsPickingDisabledOnAnyDescendant(Scene scene)

Parameters

scene

Scene to check.

Returns

Type

Description

boolReturns true when at least one descendant with picking disabled is found.