HierarchyExtensions
Provides extension methods for Hierarchy to access and enumerate node type handlers.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public static class HierarchyExtensions
Static Methods
Method | Description |
|---|---|
| EnumerateNodeTypeHandlers | Enumerates all the HierarchyNodeTypeHandler instances used by this hierarchy. |
| GetNodeTypeHandler | Gets the HierarchyNodeTypeHandler instance for the specified node type name from this hierarchy. |