StylePropertyNameCollection
Collection of StylePropertyName.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEnumerable<StylePropertyName>, IEnumerable
public struct StylePropertyNameCollection : IEnumerable<StylePropertyName>, IEnumerable
Methods
Method | Description |
|---|---|
| Contains | Determines whether a StylePropertyNameCollection contains the specified element. |
| GetEnumerator | Returns an enumerator that iterates through the StylePropertyNameCollection. |
Structs
Struct | Description |
|---|---|
| StylePropertyNameCollection.Enumerator | Enumerates the elements of a StylePropertyNameCollection. |