Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEnumerator()

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

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public PropertyCollection<TContainer>.Enumerator GetEnumerator()

Returns

Type

Description

EnumeratorAn enumerator that can be used to iterate through the collection.