public void Show(GameObject[] gameObjects,
bool includeDescendants);
Parameters
| gameObject | GameObject to show. | |
| gameObjects | Array of GameObjects to show. | |
| includeDescendants | Whether to include descendants. |
Description 描述
Shows a GameObject, or an array of GameObjects, and its descendants.
Parameters
| scene | Scene containing GameObjects to show. |
Description 描述
Shows all GameObjects in scene.