Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BackgroundGradientSize

Sizing rule of a radial gradient, mirroring the CSS radial-gradient extent keywords.
Read time 1 minuteLast updated 9 days ago

Definition

public enum BackgroundGradientSize

Fields

Value

Description

ClosestCornerReach the corner of the element closest to the gradient center.
ClosestSideReach the side of the element closest to the gradient center.
FarthestCornerReach the corner of the element farthest from the gradient center (CSS default).
FarthestSideReach the side of the element farthest from the gradient center.