mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
默认设置圆角
This commit is contained in:
@@ -15,7 +15,7 @@ namespace XCharts.Runtime
|
|||||||
[SerializeField] private float m_BorderWidth;
|
[SerializeField] private float m_BorderWidth;
|
||||||
[SerializeField] private Color32 m_BorderColor;
|
[SerializeField] private Color32 m_BorderColor;
|
||||||
[SerializeField] private bool m_RoundedCorner = true;
|
[SerializeField] private bool m_RoundedCorner = true;
|
||||||
[SerializeField] private float[] m_CornerRadius = new float[] { 0, 0, 0, 0 };
|
[SerializeField] private float[] m_CornerRadius = new float[] { 10, 10, 10, 10 };
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// whether the border is visible.
|
/// whether the border is visible.
|
||||||
|
|||||||
Reference in New Issue
Block a user