Class ClassicBuildProfile
Inheritance
ClassicBuildProfile
Syntax
public sealed class ClassicBuildProfile : IBuildPipelineComponent
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
Type |
Description |
BuildConfiguration |
|
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
Type |
Description |
BuildPipeline |
|
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
Retrieve for this build profile.
Declaration
public BuildTypeCache TypeCache { get; }
Property Value
Type |
Description |
BuildTypeCache |
|