增加TooltipbackgroundImage参数配置背景图

This commit is contained in:
monitor1394
2020-02-11 21:30:20 +08:00
parent 604a77f2be
commit e807fafdd6
5 changed files with 31 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ namespace XCharts
public class XChartsMgr : MonoBehaviour
{
public const string version = "1.2.0";
public const int date = 20200210;
public const int date = 20200211;
[SerializeField] private string m_NowVersion;
[SerializeField] private string m_NewVersion;