HierarchySceneHandler
Provides a hierarchy node type handler for Scene instances in a HierarchyView.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
- Inherits from: HierarchyNodeTypeHandler
public sealed class HierarchySceneHandler : HierarchyNodeTypeHandler
Methods
Method | Description |
|---|---|
| GetNodeType | Gets the HierarchyNodeType for this HierarchySceneHandler. |
| GetOrCreateNode | Gets or creates the HierarchyNode that corresponds to the specified Scene. |
| GetScene | Gets the Scene that corresponds to the specified HierarchyNode. |