Method PrepGroupBundlePacking
PrepGroupBundlePacking(AddressableAssetGroup, List<AssetBundleBuild>, BundledAssetGroupSchema, Func<AddressableAssetEntry, bool>)
Processes an AddressableAssetGroup and generates AssetBundle input definitions based on the BundlePackingMode.
선언
public static List<AddressableAssetEntry> PrepGroupBundlePacking(AddressableAssetGroup assetGroup, List<AssetBundleBuild> bundleInputDefs, BundledAssetGroupSchema schema, Func<AddressableAssetEntry, bool> entryFilter = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetGroup | assetGroup | The AddressableAssetGroup to be processed. |
List<AssetBundleBuild> | bundleInputDefs | The list of bundle definitions fed into the build pipeline AssetBundleBuild |
BundledAssetGroupSchema | schema | The BundledAssetGroupSchema of used to process the assetGroup. |
Func<AddressableAssetEntry, bool> | entryFilter | A filter to remove AddressableAssetEntries from being processed in the build. |
반환
타입 | 설명 |
---|---|
List<AddressableAssetEntry> | The total list of AddressableAssetEntries that were processed. |