Class BuildReport
Inherited Members
Namespace: UnityEditor.Build.Reporting
Assembly: UnityEditor.dll
Syntax
public sealed class BuildReport : Object
Properties
files
Declaration
public BuildFile[] files { get; }
Property Value
| Type | Description |
|---|---|
| BuildFile[] |
steps
Declaration
public BuildStep[] steps { get; }
Property Value
| Type | Description |
|---|---|
| BuildStep[] |
strippingInfo
Declaration
public StrippingInfo strippingInfo { get; }
Property Value
| Type | Description |
|---|---|
| StrippingInfo |
summary
Declaration
public BuildSummary summary { get; }
Property Value
| Type | Description |
|---|---|
| BuildSummary |