Class ClassicBuildProfile
Inheritance
ClassicBuildProfile
Syntax
public sealed class ClassicBuildProfile : IBuildPipelineComponent, IBuildSettingsComponent
Constructors
ClassicBuildProfile()
Declaration
public ClassicBuildProfile()
Properties
Configuration
Gets or sets which Configuration this profile is going to use for the build.
Declaration
public BuildConfiguration 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
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