StyleLength
Creates the Length with the value v in LengthUnit.Pixel.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleLength(float)
public StyleLength(float v)
Parameters
StyleLength(Length)
Creates from either a Length or a StyleKeyword.
public StyleLength(Length v)
Parameters
StyleLength(StyleKeyword)
Creates from either a Length or a StyleKeyword.
public StyleLength(StyleKeyword keyword)