Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

Hierarchy.GetNodeType

Declaration

public Unity.Hierarchy.HierarchyNodeType GetNodeType();

Returns

HierarchyNodeType The hierarchy node type.

Description

Gets the type of the specified hierarchy node.


Declaration

public Unity.Hierarchy.HierarchyNodeType GetNodeType(ref Unity.Hierarchy.HierarchyNode node);

Parameters

Description
node The hierarchy node.

Returns

HierarchyNodeType The hierarchy node type.

Description

Retrieve the hierarchy node type for the specified node.