Show / Hide Table of Contents

Struct BuildSummary

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Reporting
Assembly: UnityEditor.dll
Syntax
public struct BuildSummary

Properties

| Improve this Doc View Source

buildEndedAt

Declaration
public DateTime buildEndedAt { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

buildStartedAt

Declaration
public DateTime buildStartedAt { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

guid

Declaration
public GUID guid { get; }
Property Value
Type Description
GUID
| Improve this Doc View Source

options

Declaration
public BuildOptions options { get; }
Property Value
Type Description
BuildOptions
| Improve this Doc View Source

outputPath

Declaration
public string outputPath { get; }
Property Value
Type Description
String
| Improve this Doc View Source

platform

Declaration
public BuildTarget platform { get; }
Property Value
Type Description
BuildTarget
| Improve this Doc View Source

platformGroup

Declaration
public BuildTargetGroup platformGroup { get; }
Property Value
Type Description
BuildTargetGroup
| Improve this Doc View Source

result

Declaration
public BuildResult result { get; }
Property Value
Type Description
BuildResult
| Improve this Doc View Source

totalErrors

Declaration
public int totalErrors { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

totalSize

Declaration
public ulong totalSize { get; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

totalTime

Declaration
public TimeSpan totalTime { get; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

totalWarnings

Declaration
public int totalWarnings { get; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX