コード例 #1
0
ファイル: ModuleROTank.cs プロジェクト: RCrockford/ROLibrary
 //IRecolorable override
 public void setSectionColors(string section, RecoloringData[] colors)
 {
     if (section == "Nose")
     {
         noseModule.setSectionColors(colors);
     }
     else if (section == "Core")
     {
         coreModule.setSectionColors(colors);
     }
     else if (section == "Mount")
     {
         mountModule.setSectionColors(colors);
     }
 }