Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyNodeType

Type descriptor for a node in Hierarchy. Corresponds to the NodeType of the HierarchyNodeHandler.
Read time 1 minuteLast updated 11 days ago

Definition

public readonly struct HierarchyNodeType : IEquatable<HierarchyNodeType>

Constructors

Constructor

Description

HierarchyNodeType()Creates a null node type.

Properties

Property

Description

IdThe unique identification number of the hierarchy node type.

Static Properties

Property

Description

NullRepresents a hierarchy node type that is null or invalid.