Version: 5.6

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.