Method GatherModifiedEntriesWithDependencies
GatherModifiedEntriesWithDependencies(AddressableAssetSettings, string)
Get a Dictionary of all modified values and their dependencies. Dependencies will be Addressable and part of a group with static content enabled.
선언
public static Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> GatherModifiedEntriesWithDependencies(AddressableAssetSettings settings, string cachePath)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetSettings | settings | Addressable asset settings. |
string | cachePath | The cache data path. |
반환
타입 | 설명 |
---|---|
Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> | A dictionary mapping explicit changed entries to their dependencies. |