DebugAllRes() public method

public DebugAllRes ( ) : void
return void
コード例 #1
0
 /// <summary>
 /// 调试
 /// </summary>
 public void DebugLoader()
 {
     if (commonLoaderWWW != null)
     {
         abResLoader.DebugAllRes();
     }
 }
コード例 #2
0
 /// <summary>
 /// 测试
 /// </summary>
 public void DebugLoader()
 {
     if (abResLoader != null)
     {
         abResLoader.DebugAllRes();
     }
 }
コード例 #3
0
ファイル: IABLoader.cs プロジェクト: xxxhycl2010/QFramework
 // Debug
 public void DebugerLoader()
 {
     if (mCommonLoader != null)
     {
         mABLoader.DebugAllRes();
     }
 }
コード例 #4
0
ファイル: IABLoader.cs プロジェクト: 756915370/Unity_Frame
 public void DebugLoader()
 {
     if (mLoader != null)
     {
         mABResLoader.DebugAllRes();
     }
 }