UI_Image::​FillMethod
UnityObjectLink
UI_Image::​FillMethod

enum:/TYPE/UnityEngine.UI.Image.FillMethod///

Parent

UnityObjectLink

Variables
ui_image::​fillmethod::​horizontal
static readonly ui_image::fillmethod::horizontal

enum constant number 0

ui_image::​fillmethod::​radial180
static readonly ui_image::fillmethod::radial180

enum constant number 3

ui_image::​fillmethod::​radial360
static readonly ui_image::fillmethod::radial360

enum constant number 4

ui_image::​fillmethod::​radial90
static readonly ui_image::fillmethod::radial90

enum constant number 2

ui_image::​fillmethod::​vertical
static readonly ui_image::fillmethod::vertical

enum constant number 1

Functions
toint
System.String ToInt()

ToInt, equivalent to UnityEngine::UI::Image::FillMethod::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::UI::Image::FillMethod::EnumToString(enum)

Returns

System.String

ui_image::​fillmethod::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

ui_image::​fillmethod::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.UI.Image+FillMethod enum
)

no documentation

Parameters
enum
UnityEngine.UI.Image FillMethod

an enum of type UI_Image::FillMethod

Returns

System.Int32

ui_image::​fillmethod::​inttoenum
static UnityEngine.UI.Image+FillMethod IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::UI::Image::FillMethod::Count()

Returns

UnityEngine.UI.Image+FillMethod