Interface IBundleBuildResults
Extended interface for Asset Bundle build results container. IBuildResults
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Interfaces
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public interface IBundleBuildResults : IBuildResults, IContextObject
  Properties
BundleInfos
Map of Asset Bundle name to details about the built bundle.
Declaration
Dictionary<string, BundleDetails> BundleInfos { get; }
  Property Value
| Type | Description | 
|---|---|
| Dictionary<string, BundleDetails> |