HierarchyFlattenedChildrenEnumerable
Represents an enumerable over the children of an HierarchyNode.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public readonly struct HierarchyFlattenedChildrenEnumerable
Properties
Property | Description |
|---|---|
| Count | Gets the number of children. |
Methods
Method | Description |
|---|---|
| GetEnumerator | Gets the HierarchyFlattenedNode enumerator. |
Structs
Struct | Description |
|---|---|
| HierarchyFlattenedChildrenEnumerable.Enumerator | An enumerator of HierarchyNode. |