Struct GenerateLocationListsTask.Output
Storage for location data, including: dependencies, locations, and provider types.
Inherited Members
Namespace: UnityEditor .AddressableAssets .Build.BuildPipelineTasks
Assembly: solution.dll
Syntax
public struct GenerateLocationListsTask.Output
Fields
Name | Description |
---|---|
Asset |
A mapping of AddressableAssetGroups to the AssetBundles generated from its data. |
Bundle |
A mapping of AssetBundles to their expanded dependencies. |
Bundle |
A mapping of AssetBundles to the direct dependencies |
Locations | Content Catalog entries that were built into the Catalog. |
Provider |
A hash set of all the provider types included in the build. |