public void SetSortName()
 {
     if (!Object.op_Inequality((Object)this.SortText, (Object)null))
     {
         return;
     }
     this.SortText.set_text(LocalizedText.Get(ConceptCardListSortWindow.GetTypeString(this.SortType)));
 }
Beispiel #2
0
 private void RefreshSortFilterObjects()
 {
     if (UnityEngine.Object.op_Inequality((UnityEngine.Object) this.SortTypeText, (UnityEngine.Object)null))
     {
         this.SortTypeText.set_text(LocalizedText.Get(ConceptCardListSortWindow.GetTypeString(this.CCManager.SortType)));
     }
     if (!UnityEngine.Object.op_Inequality((UnityEngine.Object) this.FilterBgImages, (UnityEngine.Object)null))
     {
         return;
     }
     this.FilterBgImages.ImageIndex = this.CCManager.FilterType != (ConceptCardListFilterWindow.Type.RARITY_1 | ConceptCardListFilterWindow.Type.RARITY_2 | ConceptCardListFilterWindow.Type.RARITY_3 | ConceptCardListFilterWindow.Type.RARITY_4 | ConceptCardListFilterWindow.Type.RARITY_5) ? 1 : 0;
 }