mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user