Class ClassicBuildProfile
Inheritance
ClassicBuildProfile
Syntax
public sealed class ClassicBuildProfile : IBuildPipelineComponent, IBuildComponent
Constructors
ClassicBuildProfile()
Declaration
public ClassicBuildProfile()
Properties
Configuration
Gets or sets which BuildType this profile is going to use for the build.
Declaration
public BuildType Configuration { get; set; }
Property Value
ExcludedAssemblies
List of assemblies that should be explicitly excluded for the build.
Declaration
public List<string> ExcludedAssemblies { get; set; }
Property Value
Pipeline
Declaration
public BuildPipeline Pipeline { get; set; }
Property Value
Implements
SortingIndex
Declaration
public int SortingIndex { get; }
Property Value
Implements
Target
Gets or sets which this profile is going to use for the build.
Used for building classic Unity standalone players.
Declaration
public BuildTarget Target { get; set; }
Property Value
| Type |
Description |
| BuildTarget |
|
TypeCache
Declaration
public BuildTypeCache TypeCache { get; }
Property Value
Methods
GetExecutableExtension()
Gets the extension string for the target platform.
Declaration
public string GetExecutableExtension()
Returns
| Type |
Description |
| String |
The extension string.
|
SetupEnvironment()
Declaration
public bool SetupEnvironment()
Returns
Implements