StyleList
Creates from either a list or a StyleKeyword.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleList(List<T>)
Creates from either a list or a StyleKeyword.
public StyleList(List<T> v)
Parameters
StyleList(StyleKeyword)
Creates from either a list or a StyleKeyword.
public StyleList(StyleKeyword keyword)