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