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 |
|---|---|
| Enumerator | An enumerator that can be used to iterate through the collection. |