HierarchyNodeChildren
A read-only collection of a hierarchy node's children.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public readonly struct HierarchyNodeChildren
Remarks
If the hierarchy is modified, the collection is invalidated.
Properties
Methods
Method | Description |
|---|---|
| GetEnumerator | Gets an enumerator for the children. |
Structs
Struct | Description |
|---|---|
| HierarchyNodeChildren.Enumerator | An enumerator for a hierarchy node's children. |