Struct DistroBase.BuildPath
Structure used to represent a set of builds.
Assembly: Trimmer-Editor.dll
Syntax
Constructors
|
Improve this Doc
View Source
BuildPath(BuildTarget, String)
Declaration
public BuildPath(BuildTarget target, string path)
Parameters
Type |
Name |
Description |
UnityEditor.BuildTarget |
target |
|
System.String |
path |
|
Fields
|
Improve this Doc
View Source
path
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
target
Declaration
public BuildTarget target
Field Value
Type |
Description |
UnityEditor.BuildTarget |
|