This version of Unity is unsupported.

Hierarchy.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

node The hierarchy node.

Returns

HierarchyNodeType The hierarchy node type.

Description

Retrieve the hierarchy node type for the specified node.