SceneVisibilityManager.IsPickingDisabledOnAllDescendants

Cambiar al Manual
public bool IsPickingDisabledOnAllDescendants (SearchService.Scene scene);

Parámetros

sceneScene to check.

Valor de retorno

bool Returns true if all descendants have picking disabled.

Descripción

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


public bool IsPickingDisabledOnAllDescendants (GameObject gameObject);

Parámetros

gameObjectGameObject to check.

Valor de retorno

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

Descripción

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