Version: 2021.3
언어: 한국어

AssetBundle.LoadAllAssetsAsync

매뉴얼로 전환
public AssetBundleRequest LoadAllAssetsAsync ();

설명

Loads all assets contained in the asset bundle asynchronously.

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync ();

설명

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

See Also: AssetBundleRequest.


public AssetBundleRequest LoadAllAssetsAsync (Type type);

설명

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

See Also: AssetBundleRequest.