Exemplo n.º 1
0
 public Object GetSingleResource(string bundleName)
 {
     return(assetLoader.GetResource(bundleName));
 }
Exemplo n.º 2
0
 public Object GetSingleResource(string bundlename)
 {
     return(iABLoader.GetResource(bundlename));
 }
Exemplo n.º 3
0
 public UnityEngine.Object GetSingleResource(string resName)
 {
     return(mABLoader.GetResource(resName));
 }