StylePropertyNameCollection.Enumerator
Enumerates the elements of a StylePropertyNameCollection.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEnumerator<StylePropertyName>, IEnumerator, IDisposable
public struct StylePropertyNameCollection.Enumerator : IEnumerator<StylePropertyName>, IEnumerator, IDisposable
Properties
Property | Description |
|---|---|
| Current | Gets the element at the current position of the enumerator. |
Methods
Method | Description |
|---|---|
| Dispose | Releases all resources used by the StylePropertyNameCollection enumerator. |
| MoveNext | Advances the enumerator to the next element of the StylePropertyNameCollection. |