public void DisablePicking (GameObject gameObject, bool includeDescendants);
public void DisablePicking (GameObject[] gameObjects, bool includeDescendants);

파라미터

gameObjectGameObject on which to disable picking.
includeDescendantsWhether to include descendants.
gameObjectsArray of GameObjects on which to disable picking.

설명

Disables picking on a GameObject, or an Array of GameObjects, and their descendants.


public void DisablePicking (SceneManagement.Scene scene);

파라미터

sceneScene containing GameObjects on which to disable picking.

설명

Disables picking on all GameObjects in a Scene.