struct in Unity.Hierarchy
/
Implemented in:UnityEngine.HierarchyCoreModule
Represents an enumerable over the children of an HierarchyNode.
| Property | Description |
|---|---|
| Count | Gets the number of children. |
| this[int] | Gets the child at the specified index. |
| Method | Description |
|---|---|
| GetEnumerator | Gets the HierarchyNode enumerator. |