Merged in nrvllrgrs/unity-ui-extensions/fixRadialSlider (pull request #66)

Fix to allow radial slider to start from positions other than left
pull/413/head
Chad Kilgore 2020-03-15 19:10:44 +00:00 committed by Simon Jackson
commit 079fbe952f
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ namespace UnityEngine.UI.Extensions
m_image = GetComponent<Image>();
m_image.type = Image.Type.Filled;
m_image.fillMethod = Image.FillMethod.Radial360;
m_image.fillOrigin = 3;
m_image.fillAmount = 0;
}
return m_image;