コード例 #1
0
 private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     currentInventoryCategory = "";
     return(false);
 }
コード例 #2
0
 private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     currentCategory = CategoryType.All;
     model.SetDisplayedInventoryToAll(!isInEditMode);
     return(false);
 }
コード例 #3
0
 private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     updateDisplayedTemplatesToAll();
     refreshList();
     return(false);
 }