Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetBundle.LoadAllAssetsAsync

Switch to Manual
public function LoadAllAssetsAsync(): AssetBundleRequest;

Description

Loads all assets contained in the asset bundle asynchronously.

See Also: AssetBundleRequest.


public function LoadAllAssetsAsync(): AssetBundleRequest;

Description

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

See Also: AssetBundleRequest.


public function LoadAllAssetsAsync(type: Type): AssetBundleRequest;

Parameters

Description

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

See Also: AssetBundleRequest.