Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Enumerator

struct in UnityEditor

Description

Enumerates the elements of a TypeCollection.

Properties

CurrentGets the element at the current position of the enumerator.

Public Methods

DisposeReleases all resources used by the Enumerator.
MoveNextAdvances the enumerator to the next element of the collection.