Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleBackgroundRepeat

Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago

Definition

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)

Parameters