增加ChartLabel的IsActiveByScale接口

This commit is contained in:
monitor1394
2023-08-17 19:51:48 +08:00
parent 8eec52939c
commit 938ae62905

View File

@@ -195,6 +195,11 @@ namespace XCharts.Runtime
return transform.localPosition;
}
public bool IsActiveByScale()
{
return m_Active;
}
public void SetActive(bool flag)
{
m_Active = flag;