File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ internal class AssetBundleManageTab
1818 [ SerializeField ]
1919 TreeViewState m_BundleDetailState ;
2020
21+ SearchField m_searchField ;
22+
2123 Rect m_Position ;
2224
2325 AssetBundleTree m_BundleTree ;
@@ -37,7 +39,6 @@ internal class AssetBundleManageTab
3739 const float k_SplitterWidth = 3f ;
3840 private static float m_UpdateDelay = 0f ;
3941
40- SearchField m_searchField ;
4142
4243 EditorWindow m_Parent = null ;
4344
@@ -196,11 +197,6 @@ void OnGUISearchBar(Rect rect)
196197 m_AssetList . searchString = m_BundleTree . searchString ;
197198 }
198199
199- public bool hasSearch
200- {
201- get { return m_BundleTree . hasSearch ; }
202- }
203-
204200 private void HandleHorizontalResize ( )
205201 {
206202 m_HorizontalSplitterRect . x = ( int ) ( m_Position . width * m_HorizontalSplitterPercent ) ;
You can’t perform that action at this time.
0 commit comments