Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEnumerator()

Returns an enumerator for iterating over the elements of this list.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public FixedList128Bytes<T>.Enumerator GetEnumerator()

Returns

Type

Description

EnumeratorAn enumerator for iterating over the elements of this list.