Beispiel #1
0
 public void SetupCatalogButton(CatalogFilterType filterType = CatalogFilterType.ALL)
 {
     SetCanDrag(drag: false);
     itemContentContainer.SetActive(value: false);
     catalogButtonContainer.SetActive(value: true);
     catalogFilterType = filterType;
 }
Beispiel #2
0
 public void SetCatalogFilterCategory(int categoryId)
 {
     catalogFilterType     = CatalogFilterType.CATEGORY;
     catalogFilterCategory = categoryId;
 }