Struct BuildSummary
  
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public struct BuildSummary
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  buildEndedAt
  
  
  Declaration
  
    public DateTime buildEndedAt { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  buildStartedAt
  
  
  Declaration
  
    public DateTime buildStartedAt { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  guid
  
  
  Declaration
  
    public GUID guid { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  options
  
  
  Declaration
  
    public BuildOptions options { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  outputPath
  
  
  Declaration
  
    public string outputPath { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public BuildTarget platform { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public BuildTargetGroup platformGroup { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  result
  
  
  Declaration
  
    public BuildResult result { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  totalErrors
  
  
  Declaration
  
    public int totalErrors { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  totalSize
  
  
  Declaration
  
    public ulong totalSize { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  totalTime
  
  
  Declaration
  
    public TimeSpan totalTime { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  totalWarnings
  
  
  Declaration
  
    public int totalWarnings { get; }
   
  Property Value
  
  Extension Methods