Whether the filling is done in a clockwise direction. Only applicable for Radial90, Radial180, and Radial360 methods.
Zh
填充是否按顺时针方向进行。仅对Radial90、Radial180和Radial360方法适用。
origin
origin:number = 0
En
The origin point for filling. Its meaning varies depending on the method.
When the method is Horizontal, use FillOrigin.Left and FillOrigin.Right to indicate the starting point;
When the method is Vertical, use FillOrigin.Top and FillOrigin.Bottom to indicate the starting point;
When the method is Radial90, use FillOrigin.TopLeft, FillOrigin.TopRight, FillOrigin.BottomLeft, and FillOrigin.BottomRight to indicate the four corners;
When the method is Radial180, use FillOrigin.Top, FillOrigin.Bottom, FillOrigin.Left, and FillOrigin.Right to indicate the four sides, starting from the center of the corresponding side;
When the method is Radial360, use FillOrigin.Top, FillOrigin.Bottom, FillOrigin.Left, and FillOrigin.Right to indicate the four sides, starting from the center of the corresponding side;
Blueprint Inheritable