AssetBundle.LoadAllAssetsAsync

public AssetBundleRequest LoadAllAssetsAsync();

Description 描述

Loads all assets contained in the asset bundle asynchronously.


public AssetBundleRequest LoadAllAssetsAsync();

Description 描述

Loads all assets contained in the asset bundle that inherit from T asynchronously.


public AssetBundleRequest LoadAllAssetsAsync(Type type);

Description 描述

Loads all assets contained in the asset bundle that inherit from type asynchronously.