コード例 #1
0
 /// <summary>
 /// Finish construction now that all other sections and intersections have
 /// been built.
 /// </summary>
 public void Finish()
 {
     if (renderObj != null)
     {
         renderObj.Finish(this);
         sphere             = renderObj.Sphere;
         WayPoint.RoadCost += ComputeCost();
     }
 }