Class DotsRuntimeBuildProfile | DOTS Runtime | 0.26.0-preview.14
docs.unity3d.com
    Show / Hide Table of Contents

    Class DotsRuntimeBuildProfile

    Inheritance
    Object
    DotsRuntimeBuildProfile
    Namespace: Unity.Entities.Runtime.Build
    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
    Type Description
    List<String>

    Pipeline

    Declaration
    public BuildPipelineBase Pipeline { get; set; }
    Property Value
    Type Description
    BuildPipelineBase

    SortingIndex

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

    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
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023