Enum Image.Origin90
Origin for the Image.FillMethod.Radial90.
Namespace: UnityEngine.UI
Syntax
public enum Origin90
Fields
| Name | Description | Value |
|---|---|---|
| BottomLeft | Radial starting at the Bottom Left corner. |
0 |
| TopLeft | Radial starting at the Top Left corner. |
1 |
| TopRight | Radial starting at the Top Right corner. |
2 |
| BottomRight | Radial starting at the Bottom Right corner. |
3 |