Version: 2023.2
언어: 한국어

SceneVisibilityManager.IsPickingDisabledOnAllDescendants

매뉴얼로 전환
public bool IsPickingDisabledOnAllDescendants (SceneManagement.Scene scene);

파라미터

scene Scene to check.

반환

bool Returns true if all descendants have picking disabled.

설명

Checks whether all the descendants of a GameObject have picking disabled.


public bool IsPickingDisabledOnAllDescendants (GameObject gameObject);

파라미터

gameObject GameObject to check.

반환

bool Returns true if all root GameObjects of the Scene and all their descendants have picking disabled.

설명

Checks whether root GameObjects, and all their descendants, have picking disabled in a scene.