PropertyCollection<TContainer>.Enumerator
An enumerator struct to enumerate all properties for the given TContainer.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Implements: IEnumerator<IProperty<T>>, IEnumerator, IDisposable
public struct PropertyCollection<TContainer>.Enumerator : IEnumerator<IProperty<TContainer>>, IEnumerator, IDisposable
Properties
Property | Description |
|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. |