BackgroundGradientSize
Sizing rule of a radial gradient, mirroring the CSS radial-gradient extent keywords.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum BackgroundGradientSize
Fields
Value | Description |
|---|---|
| ClosestCorner | Reach the corner of the element closest to the gradient center. |
| ClosestSide | Reach the side of the element closest to the gradient center. |
| FarthestCorner | Reach the corner of the element farthest from the gradient center (CSS default). |
| FarthestSide | Reach the side of the element farthest from the gradient center. |