コード例 #1
0
ファイル: ModuleROTank.cs プロジェクト: RCrockford/ROLibrary
 /// <summary>
 /// Update the UI visibility for the currently available selections.<para/>
 /// Will hide/remove UI fields for slots with only a single option (models, textures, layouts).
 /// </summary>
 public void updateAvailableVariants()
 {
     noseModule.updateSelections();
     coreModule.updateSelections();
     mountModule.updateSelections();
 }
コード例 #2
0
 /// <summary>
 /// Update the UI visibility for the currently available selections.<para/>
 /// Will hide/remove UI fields for slots with only a single option (models, textures, layouts).
 /// </summary>
 private void UpdateAvailableVariants()
 {
     coreModule.updateSelections();
 }