mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
优化LineChart密集数据的绘制表现
This commit is contained in:
@@ -808,5 +808,11 @@ namespace XCharts
|
||||
return check;
|
||||
}
|
||||
}
|
||||
|
||||
public static Vector3 GetLastPoint(List<Vector3> list)
|
||||
{
|
||||
if (list.Count <= 0) return Vector3.zero;
|
||||
else return list[list.Count - 1];
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user