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

    Class DotsRuntimeRootAssembly

    Inheritance
    Object
    DotsRuntimeRootAssembly
    Namespace: Unity.Entities.Runtime.Build
    Syntax
    public sealed class DotsRuntimeRootAssembly : IBuildComponent

    Properties

    BeeRootDirectory

    Declaration
    public static DirectoryInfo BeeRootDirectory { get; }
    Property Value
    Type Description
    DirectoryInfo

    BeeTargetOverride

    Declaration
    public string BeeTargetOverride { get; set; }
    Property Value
    Type Description
    String

    ProjectName

    Declaration
    public string ProjectName { get; }
    Property Value
    Type Description
    String

    RootAssembly

    Gets or sets the root assembly for this DOTS Runtime build. This root assembly determines what other assemblies will be pulled in for the build.

    Declaration
    public AssemblyDefinitionAsset RootAssembly { get; set; }
    Property Value
    Type Description
    AssemblyDefinitionAsset

    StagingDirectory

    Declaration
    public DirectoryInfo StagingDirectory { get; }
    Property Value
    Type Description
    DirectoryInfo

    TypeCache

    Retrieve for this build profile.

    Declaration
    public BuildTypeCache TypeCache { get; }
    Property Value
    Type Description
    BuildTypeCache

    Methods

    MakeBeeTargetName(String)

    Declaration
    public string MakeBeeTargetName(string buildConfigurationName)
    Parameters
    Type Name Description
    String buildConfigurationName
    Returns
    Type Description
    String
    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