Class BundleBuildResults
Basic implementation of IBundleBuildResults. Stores the results for script compilation and asset bundle building. IBundleBuildResults
Inherited Members
Namespace: UnityEditor.Build.Pipeline
Assembly: solution.dll
Syntax
[Serializable]
public class BundleBuildResults : IBundleBuildResults, IBuildResults, IContextObject
Constructors
Name | Description |
---|---|
BundleBuildResults() | Default constructor, initializes properties to defaults |
Properties
Name | Description |
---|---|
AssetResults | Map of Asset data included in this build |
BundleInfos | Map of Asset Bundle name to details about the built bundle. |
ScriptResults | Results from the script compiling step. |
WriteResults | Map of serialized file name to results for built content. |
WriteResultsMetaData | Map of serialized file name to additional metadata associated with the write result. |