コード例 #1
0
 /// <summary>
 /// 清除缓存资源
 /// </summary>
 public void Clear()
 {
     swap.Clear();
     queue.Clear();
     HGUIManager.GameBuffer.RecycleChild(Enity.gameObject);
 }
コード例 #2
0
ファイル: TreeView.cs プロジェクト: huqiang0204/HGUI
 /// <summary>
 /// 清除缓存资源
 /// </summary>
 public void Clear()
 {
     swap.Clear();
     queue.Clear();
     HGUIManager.RecycleChild(Enity);
 }