重构Animation动画系统,增加Addition新增动画支持

This commit is contained in:
monitor1394
2023-07-12 13:18:58 +08:00
parent e515908f9b
commit e103c87d10
4 changed files with 31 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ namespace XCharts.Runtime
public float sizeProgress;
public int currPointIndex;
public int destPointIndex;
public Dictionary<int, float> itemCurrProgress = new Dictionary<int, float>();
public Dictionary<int, float> itemDestProgress = new Dictionary<int, float>();
public Dictionary<int, float> dataCurrProgress = new Dictionary<int, float>();
public Dictionary<int, float> dataDestProgress = new Dictionary<int, float>();
}
}