private void ClickDetailsButton(SearchResultDrawer drawer, List <GameObject> prefabs)
 {
     if (prefabs.Count > 0)
     {
         this.SearchInHierarchy(prefabs);
     }
 }
示例#2
0
 public SearchResultTab(SearchResultTabType tabType, string title)
 {
     this.m_type   = tabType;
     this.m_title  = title;
     this.m_drawer = new SearchResultDrawer(tabType);
 }