GetNodeType(in HierarchyNode)
Gets the hierarchy node type for the specified node.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
GetNodeType(HierarchyNode)
public HierarchyNodeType GetNodeType(in HierarchyNode node)
Parameters
The hierarchy node to get the type for.
Returns
Type | Description |
|---|---|
| HierarchyNodeType | The HierarchyNodeType assigned to the specified hierarchy node. |