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