Update UISquircle.cs

pull/474/head
GoShikhar 2024-06-15 05:31:12 +05:30
parent 0faa5fc08e
commit 272b2d6827
1 changed files with 1 additions and 2 deletions

View File

@ -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
{