Class ClassicBuildProfile | Entities | 0.2.0-preview.18
docs.unity.cn
    Show / Hide Table of Contents

    Class ClassicBuildProfile

    Inheritance
    Object
    ClassicBuildProfile
    Namespace: Unity.Build.Common
    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
    Type Description
    BuildConfiguration

    ExcludedAssemblies

    List of assemblies that should be explicitly excluded for the build.

    Declaration
    public List<string> ExcludedAssemblies { get; set; }
    Property Value
    Type Description
    List<String>

    Pipeline

    Declaration
    public BuildPipeline Pipeline { get; set; }
    Property Value
    Type Description
    BuildPipeline
    Implements
    IBuildPipelineComponent.Pipeline

    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 BuildTypeCache for this build profile.

    Declaration
    public BuildTypeCache TypeCache { get; }
    Property Value
    Type Description
    BuildTypeCache
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX