File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ internal class AssetBundleManageTab
1818 [ SerializeField ]
1919 TreeViewState m_BundleDetailState ;
2020
21- SearchField m_searchField ;
22-
2321 Rect m_Position ;
2422
2523 AssetBundleTree m_BundleTree ;
@@ -39,6 +37,7 @@ internal class AssetBundleManageTab
3937 const float k_SplitterWidth = 3f ;
4038 private static float m_UpdateDelay = 0f ;
4139
40+ SearchField m_searchField ;
4241
4342 EditorWindow m_Parent = null ;
4443
@@ -197,6 +196,11 @@ void OnGUISearchBar(Rect rect)
197196 m_AssetList . searchString = m_BundleTree . searchString ;
198197 }
199198
199+ public bool hasSearch
200+ {
201+ get { return m_BundleTree . hasSearch ; }
202+ }
203+
200204 private void HandleHorizontalResize ( )
201205 {
202206 m_HorizontalSplitterRect . x = ( int ) ( m_Position . width * m_HorizontalSplitterPercent ) ;
You can’t perform that action at this time.
0 commit comments