Show / Hide Table of Contents

Struct BuildStep

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

Properties

| Improve this Doc View Source

depth

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

duration

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

messages

Declaration
public BuildStepMessage[] messages { get; }
Property Value
Type Description
BuildStepMessage[]
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

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