mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
代码优化
This commit is contained in:
@@ -402,6 +402,10 @@ namespace XCharts.Runtime
|
||||
public double value;
|
||||
public Graph hostGraph;
|
||||
|
||||
public List<Vector3> points = new List<Vector3>();
|
||||
public float width;
|
||||
public bool highlight;
|
||||
|
||||
public GraphEdge(GraphNode node1, GraphNode node2, double value)
|
||||
{
|
||||
this.node1 = node1;
|
||||
|
||||
Reference in New Issue
Block a user