Example #1
0
 public T[] LoadAllAssets <T>() where T : Object
 {
     return(AssetBundle.ConvertObjects <T>(this.LoadAllAssets(typeof(T))));
 }
Example #2
0
 public T[] LoadAssetWithSubAssets <T>(string name) where T : Object
 {
     return(AssetBundle.ConvertObjects <T>(this.LoadAssetWithSubAssets(name, typeof(T))));
 }