Version: 2023.2
언어: 한국어

AssetBundle.LoadAllAssetsAsync

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

파라미터

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

설명

Loads all Assets contained in the AssetBundle asynchronously.

Additional resources: AssetBundleRequest.allAssets.