Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleBackgroundRepeat

Represents a style value that can be either a BackgroundRepeat or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago

Definition

public struct StyleBackgroundRepeat : IStyleValue<BackgroundRepeat>, IEquatable<StyleBackgroundRepeat>

Constructors

Constructor

Description

StyleBackgroundRepeat(UnityEngine.UIElements.BackgroundRepeat)Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.
StyleBackgroundRepeat(UnityEngine.UIElements.StyleKeyword)Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.

Properties

Property

Description

keywordThe style keyword.
valueThe BackgroundRepeat value.