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