HierarchyGameObjectHandler
Provides a hierarchy node type handler for GameObject instances in a HierarchyView.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
- Inherits from: HierarchyNodeTypeHandler
- Implements: IDisposable
public sealed class HierarchyGameObjectHandler : HierarchyNodeTypeHandler, IDisposable
Methods
Method | Description |
|---|---|
| GetEntityId | Gets the EntityId of the GameObject that corresponds to the specified HierarchyNode. |
| GetGameObject | Gets the GameObject that corresponds to the specified HierarchyNode. |
| GetNodeType | Gets the HierarchyNodeType for this HierarchyGameObjectHandler. |
| GetOrCreateNode | Gets or creates the HierarchyNode that corresponds to the specified GameObjectEntityId. |