/// <summary>
 /// 元素回收时被调用
 /// </summary>
 public void OnRelease()
 {
     m_AssetPath = null;
     m_BundleNode.ReleaseRefCount();
     m_BundleNode = null;
     m_WeakAssets.Clear();
     m_LoadCount = 0;
 }