默认关闭TextLimit

This commit is contained in:
monitor1394
2021-06-04 07:56:01 +08:00
parent 9a3e31f768
commit eb23629066

View File

@@ -20,7 +20,7 @@ namespace XCharts
[Serializable]
public class TextLimit : SubComponent
{
[SerializeField] private bool m_Enable = true;
[SerializeField] private bool m_Enable = false;
[SerializeField] private float m_MaxWidth = 0;
[SerializeField] private float m_Gap = 1;
[SerializeField] private string m_Suffix = "...";