StyleBackground
Creates from either a Background or a StyleKeyword.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
StyleBackground(Background)
Creates from either a Background or a StyleKeyword.
public StyleBackground(Background v)
Parameters
StyleBackground(Texture2D)
Creates from either a Background or a StyleKeyword.
public StyleBackground(Texture2D v)
Parameters
StyleBackground(Sprite)
Creates from either a Background or a StyleKeyword.
public StyleBackground(Sprite v)
Parameters
StyleBackground(VectorImage)
Creates from either a Background or a StyleKeyword.
public StyleBackground(VectorImage v)
Parameters
StyleBackground(StyleKeyword)
Creates from either a Background or a StyleKeyword.
public StyleBackground(StyleKeyword keyword)