GetOrCreateNode(Scene)
Gets or creates the HierarchyNode that corresponds to the specified Scene.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
public HierarchyNode GetOrCreateNode(Scene scene)
Parameters
The Scene to get the HierarchyNode for.
Returns
Type | Description |
|---|---|
| HierarchyNode | The HierarchyNode that corresponds to the specified Scene. |