Enum Image.FillMethod
The possible fill method types for a Filled Image.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum Image.FillMethod
Fields
Name | Description |
---|---|
Horizontal | The Image will be filled Horizontally. |
Radial180 | The Image will be filled Radially with the radial center in one of the edges. |
Radial360 | The Image will be filled Radially with the radial center at the center. |
Radial90 | The Image will be filled Radially with the radial center in one of the corners. |
Vertical | The Image will be filled Vertically. |