mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
优化DataZoom开启时的新增动画表现
This commit is contained in:
@@ -17,6 +17,8 @@ namespace XCharts.Runtime
|
||||
public float sizeProgress;
|
||||
public int currPointIndex;
|
||||
public int destPointIndex;
|
||||
public Vector3 currPoint;
|
||||
public Vector3 destPoint;
|
||||
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