Example #1
0
 /// <summary>
 /// 获取资源信息列表
 /// </summary>
 /// <param name="tag">资源标签</param>
 public static AssetInfo[] GetAssetInfos(string tag)
 {
     DebugCheckInitialize();
     string[] tags = new string[] { tag };
     return(_bundleServices.GetAssetInfos(tags));
 }