コード例 #1
0
 /// <summary>
 /// Setting spline to closed will generate an extra curve, connecting end point to start point.
 /// </summary>
 public void SetClosed(bool isClosed)
 {
     _splineData.SetClosed(isClosed);
 }