# GetNodeTypeHandlerBase(in HierarchyNode)

> Gets the node type handler instance for the specified node from this hierarchy view model.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyCoreModule

## GetNodeTypeHandlerBase(HierarchyNode)

```csharp
public HierarchyNodeTypeHandlerBase GetNodeTypeHandlerBase(in HierarchyNode node)
```

### Parameters

**** (\[HierarchyNode]\(/engine/6000.5/script-reference/unity/hierarchy/hierarchynode)):&#x20;

### Returns

| Type                                                                                                            | Description                                                                              |
| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [HierarchyNodeTypeHandlerBase](/engine/6000.5/script-reference/unity/hierarchy/hierarchynodetypehandlerbase.md) | If the node has a type, the hierarchy node type handler base instance, `null` otherwise. |
