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