HierarchySubSceneAuthoringHandler
Provides a HierarchyNodeTypeHandler for subscenes.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
- Inherits from: HierarchyNodeTypeHandler
public sealed class HierarchySubSceneAuthoringHandler : HierarchyNodeTypeHandler
Methods
Method | Description |
|---|---|
| GetEntityId | Gets the EntityId of the GameObject that represents the subscene for the specified HierarchyNode. |
| GetGameObject | Gets the GameObject that represents the subscene for the specified HierarchyNode. |
| GetNodeType | Gets the HierarchyNodeType registered for this HierarchySubSceneAuthoringHandler. |
| GetOrCreateNode | Gets or creates the HierarchyNode for the subscene with the specified EntityId. |
| GetScene | Gets the Scene associated with the subscene for the specified HierarchyNode. |