StyleList<T>
Style value that can be either a list or a StyleKeyword.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IStyleValue<List<T>>, IEquatable<StyleList<T>>
public struct StyleList<T> : IStyleValue<List<T>>, IEquatable<StyleList<T>>
Constructors
Constructor | Description |
|---|---|
| StyleList`1(System.Collections.Generic.List{`0}) | Creates from either a list or a StyleKeyword. |
| StyleList`1(UnityEngine.UIElements.StyleKeyword) | Creates from either a list or a StyleKeyword. |