GetGameObject(in HierarchyNode)
Gets the GameObject that represents the subscene for the specified HierarchyNode.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
GetGameObject(HierarchyNode)
public GameObject GetGameObject(in HierarchyNode node)
Parameters
The HierarchyNode to get the GameObject for.
Returns
Type | Description |
|---|---|
| GameObject | The GameObject that represents the subscene. |