mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
增加PieChart的Animation初始化动画配置支持
This commit is contained in:
@@ -185,5 +185,13 @@ namespace XCharts
|
||||
if (!enable || m_IsEnd) return dest;
|
||||
return m_CurrSymbolProgress;
|
||||
}
|
||||
|
||||
public float GetCurrDetail(){
|
||||
return m_CurrDetailProgress;
|
||||
}
|
||||
|
||||
public float GetCurrData(){
|
||||
return m_CurrDataProgress;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user