AssetBundle.LoadAssetWithSubAssetsAsync

Cambiar al Manual
public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

Descripción

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name);

Descripción

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAssetWithSubAssetsAsync (string name, Type type);

Descripción

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

See Also: AssetBundleRequest.