Esempio n. 1
0
 public static IEnumerator GetAssetAsync <T>(string objName, string bundleKey = null, Action <T> onGetObj = null)
     where T : UnityEngine.Object
 {
     yield return(_resourceLoader.GetAssetAsync <T>(objName, bundleKey, onGetObj));
 }