コード例 #1
0
ファイル: ToolRoad.cs プロジェクト: Azerothian/fc3editor
 private void SetSplineRoad(SplineRoad splineRoad)
 {
     this.m_splineRoad = splineRoad;
     base.SetSpline(splineRoad);
     this.m_paramRoadWidth.Enabled = this.m_splineRoad.IsValid;
     if (this.m_splineRoad.IsValid)
     {
         this.m_paramRoadWidth.Value = this.m_splineRoad.Width;
     }
 }
コード例 #2
0
 public SplineTreeItem(int id, SplineRoad spline)
 {
     this.m_id = id;
     this.m_spline = spline;
 }