Struct BuildStep
Assembly: UnityEditor.dll
Syntax
Properties
|
Improve this Doc
View Source
depth
Declaration
public int depth { get; }
Property Value
|
Improve this Doc
View Source
duration
Declaration
public TimeSpan duration { get; }
Property Value
|
Improve this Doc
View Source
messages
Declaration
public BuildStepMessage[] messages { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods