Version: 2022.3
言語: 日本語
public void EnablePicking (GameObject gameObject, bool includeDescendants);
public void EnablePicking (GameObject[] gameObjects, bool includeDescendants);

パラメーター

includeDescendants Whether to include descendants.
gameObject GameObject on which to enable picking.
gameObjects Array of GameObjects on which to enable picking.

説明

Enables picking on a GameObject, or an array of GameObjects, and its descendants.


public void EnablePicking (SceneManagement.Scene scene);

パラメーター

scene Scene containing GameObjects on which to enable picking.

説明

Enables picking on all GameObjects in a Scene.