Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEnumerator()

Returns an enumerator that iterates through the list.
Read time 1 minuteLast updated 12 days ago

Definition

public IEnumerator<T> GetEnumerator()

Returns

Type

Description

IEnumerator<T>An IEnumerator object that can be used to iterate through the collection.