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