AssetBundle.LoadAssetWithSubAssetsAsync

切换到手册
public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

描述

从捆绑包中异步加载资源,该资源具有名为 name 的子资源。

另请参阅:AssetBundleRequest


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

描述

从捆绑包中异步加载资源,该资源具有类型为 T 的名为 name 的子资源。

另请参阅:AssetBundleRequest


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name, Type type);

描述

从捆绑包中异步加载资源,该资源具有给定 type 的名为 name 的子资源。

另请参阅:AssetBundleRequest