Update UISquircle.cs
parent
0faa5fc08e
commit
272b2d6827
|
@ -6,7 +6,7 @@ using UnityEditor;
|
|||
namespace UnityEngine.UI.Extensions
|
||||
{
|
||||
[AddComponentMenu("UI/Extensions/Primitives/Squircle")]
|
||||
public class UISquircle : MaskableGraphic
|
||||
public class UISquircle : UIPrimitiveBase
|
||||
{
|
||||
const float c = 1.0f;
|
||||
public enum Type
|
||||
|
@ -303,7 +303,6 @@ namespace UnityEngine.UI.Extensions
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
[System.Serializable]
|
||||
public class Corners
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue