Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

Enumerator

struct in Unity.Hierarchy

/

Implemented in:UnityEngine.HierarchyCoreModule

Description

An enumerator of HierarchyNode. Enumerates and filters items at the same time.

Properties

Description
Current Get the current item being enumerated.

Public Methods

Description
MoveNext Move to next iterable value.