HierarchyNodeType
Type descriptor for a node in Hierarchy. Corresponds to the NodeType of the HierarchyNodeHandler.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
- Implements: IEquatable<HierarchyNodeType>
public readonly struct HierarchyNodeType : IEquatable<HierarchyNodeType>
Constructors
Constructor | Description |
|---|---|
| HierarchyNodeType() | Creates a null node type. |
Properties
Property | Description |
|---|---|
| Id | The unique identification number of the hierarchy node type. |
Static Properties
Property | Description |
|---|---|
| Null | Represents a hierarchy node type that is null or invalid. |