Version: 2017.3

AssetBundle.LoadAllAssetsAsync

Cambiar al Manual
public AssetBundleRequest LoadAllAssetsAsync ();

Descripción

Loads all assets contained in the asset bundle asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync ();

Descripción

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync (Type type);

Descripción

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

See Also: AssetBundleRequest.