Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

HierarchyNodeTypeThe HierarchyNodeType assigned to the specified hierarchy node.