mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
增加ChartLabel的IsActiveByScale接口
This commit is contained in:
@@ -195,6 +195,11 @@ namespace XCharts.Runtime
|
||||
return transform.localPosition;
|
||||
}
|
||||
|
||||
public bool IsActiveByScale()
|
||||
{
|
||||
return m_Active;
|
||||
}
|
||||
|
||||
public void SetActive(bool flag)
|
||||
{
|
||||
m_Active = flag;
|
||||
|
||||
Reference in New Issue
Block a user