AssetBundle.LoadAssetWithSubAssetsAsync

Switch to Manual
public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

Description

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

另请参阅:AssetBundleRequest


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

Description

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

另请参阅:AssetBundleRequest


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name, Type type);

Description

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

另请参阅:AssetBundleRequest