StyleBackgroundRepeat
Represents a style value that can be either a BackgroundRepeat or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IStyleValue<BackgroundRepeat>, IEquatable<StyleBackgroundRepeat>
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 |
|---|---|
| keyword | The style keyword. |
| value | The BackgroundRepeat value. |