Enum Image.Origin180
Origin for the Image.FillMethod.Radial180.
Namespace: UnityEngine.UI
Syntax
public enum Origin180
Fields
| Name | Description | Value |
|---|---|---|
| Bottom | Center of the radial at the center of the Bottom edge. |
0 |
| Left | Center of the radial at the center of the Left edge. |
1 |
| Top | Center of the radial at the center of the Top edge. |
2 |
| Right | Center of the radial at the center of the Right edge. |
3 |