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