Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StyleBackground Constructor

Declaration

public StyleBackground(UIElements.Background v);

Description

Creates from either a Background or a StyleKeyword.


Declaration

public StyleBackground(Texture2D v);

Description

Creates from either a Background or a StyleKeyword.


Declaration

public StyleBackground(Sprite v);

Description

Creates from either a Background or a StyleKeyword.


Declaration

public StyleBackground(UIElements.VectorImage v);

Description

Creates from either a Background or a StyleKeyword.


Declaration

public StyleBackground(UIElements.StyleKeyword keyword);

Description

Creates from either a Background or a StyleKeyword.