AssetBundle.LoadAllAssetsAsync

Declaration

public AssetBundleRequest LoadAllAssetsAsync();

Declaration

public AssetBundleRequest LoadAllAssetsAsync(Type type);

Declaration

public AssetBundleRequest LoadAllAssetsAsync();

Parameters

type When specified only main or visible objects that derive from the provided type are returned.

Description

Loads all Assets contained in the AssetBundle asynchronously.

Additional resources: AssetBundleRequest.allAssets.


Did you find this page useful? Please give it a rating: