Class DotsRuntimeBuildProfile
  
Inheritance
DotsRuntimeBuildProfile
 
Syntax
public sealed class DotsRuntimeBuildProfile : IBuildPipelineComponent
 
Constructors
  
DotsRuntimeBuildProfile()
Declaration
public DotsRuntimeBuildProfile()
 
Properties
  
Configuration
Gets or sets which Configuration this profile is going to use for the build.
 
Declaration
public BuildType Configuration { get; set; }
 
Property Value
| Type | 
Description | 
| BuildType | 
 | 
ExcludedAssemblies
List of assemblies that should be explicitly excluded for the build.
 
Declaration
public List<string> ExcludedAssemblies { get; set; }
 
Property Value
Pipeline
Declaration
public BuildPipelineBase Pipeline { get; set; }
 
Property Value
| Type | 
Description | 
| BuildPipelineBase | 
 | 
SortingIndex
Declaration
public int SortingIndex { get; }
 
Property Value
Target
Gets or sets which  this profile is going to use for the build.
Used for building Dots Runtime players.
 
Declaration
public Platforms.BuildTarget Target { get; set; }
 
Property Value
| Type | 
Description | 
| Unity.Platforms.BuildTarget | 
 | 
TypeCache
Retrieve  for this build profile.
 
Declaration
public BuildTypeCache TypeCache { get; }
 
Property Value
| Type | 
Description | 
| BuildTypeCache | 
 | 
Methods
  
SetupEnvironment()
Declaration
public bool SetupEnvironment()
 
Returns