StyleBackgroundSize
Represents a style value that can be either a BackgroundSize or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IStyleValue<BackgroundSize>, IEquatable<StyleBackgroundSize>
public struct StyleBackgroundSize : IStyleValue<BackgroundSize>, IEquatable<StyleBackgroundSize>
Constructors
Constructor | Description |
|---|---|
| StyleBackgroundSize(UnityEngine.UIElements.BackgroundSize) | Creates a new StyleBackgroundSize from either a BackgroundSize or a StyleKeyword. |
| StyleBackgroundSize(UnityEngine.UIElements.StyleKeyword) | Creates a new StyleBackgroundSize from either a BackgroundSize or a StyleKeyword. |
Properties
Property | Description |
|---|---|
| keyword | The style keyword. |
| value | The BackgroundSize value. |