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