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

StyleBackgroundRepeat Constructor

Declaration

public StyleBackgroundRepeat(UIElements.BackgroundRepeat v);

Description

Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.


Declaration

public StyleBackgroundRepeat(UIElements.StyleKeyword keyword);

Description

Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.