StyleEnum
Creates from either an enum or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleEnum(T)
Creates from either an enum or a StyleKeyword.
public StyleEnum(T v)
Parameters
StyleEnum(StyleKeyword)
Creates from either an enum or a StyleKeyword.
public StyleEnum(StyleKeyword keyword)