Version: 5.4

AssetBundle.LoadAssetWithSubAssetsAsync

매뉴얼로 전환
public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

설명

Loads asset with sub assets with name from the bundle asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

설명

Loads asset with sub assets with name of type T from the bundle asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name, Type type);

설명

Loads asset with sub assets with name of a given type from the bundle asynchronously.

See Also: AssetBundleRequest.