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