Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyFlattenedNodeChildren

Represents an enumerable over the children of an HierarchyNode.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
Warning
Removed. HierarchyFlattenedNodeChildren is obsolete. It has been replaced by HierarchyFlattenedChildrenEnumerable.
public readonly struct HierarchyFlattenedNodeChildren

Properties

Property

Description

CountGets the number of children.
this[]Gets the child at the specified index.

Methods

Method

Description

GetEnumeratorGets the HierarchyNode enumerator.

Structs