Beispiel #1
0
 protected override void OnPopulateMesh(VertexHelper vh)
 {
     vh.Clear();
     vh.AddPolyline(points, thickness, color);
 }