StyleInt
Creates from either an integer or StyleKeyword.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleInt(int)
Creates from either an integer or StyleKeyword.
public StyleInt(int v)
Parameters
StyleInt(StyleKeyword)
Creates from either an integer or StyleKeyword.
public StyleInt(StyleKeyword keyword)