Class ClassicBuildProfile | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class ClassicBuildProfile

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

    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

    SortingIndex

    Declaration
    public int SortingIndex { get; }
    Property Value
    Type Description
    Int32
    Implements
    IBuildPipelineComponent.SortingIndex

    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

    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
    Type Description
    Boolean
    Implements
    IBuildPipelineComponent.SetupEnvironment()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX