Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyFlattenedChildrenEnumerable.Enumerator

An enumerator of HierarchyNode.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
public struct HierarchyFlattenedChildrenEnumerable.Enumerator

Properties

Property

Description

CurrentGet the current item being enumerated.

Methods

Method

Description

MoveNextAdvances the enumerator to the next element of the collection.
ResetSets the enumerator to its initial position, which is before the first element in the collection.