Class DotsRuntimeCSharpProgramConfiguration | DOTS Runtime | 0.31.0-preview.24
docs.unity3d.com
    Show / Hide Table of Contents

    Class DotsRuntimeCSharpProgramConfiguration

    Inheritance
    Object
    DotsRuntimeCSharpProgramConfiguration
    Namespace: Global Namespace
    Syntax
    public sealed class DotsRuntimeCSharpProgramConfiguration : CSharpProgramConfiguration

    Constructors

    DotsRuntimeCSharpProgramConfiguration(CSharpCodeGen, CodeGen, ToolChain, ScriptingBackend, TargetFramework, String, Boolean, Boolean, Boolean, Boolean, DotsConfiguration, Boolean, Boolean, IEnumerable<String>, NPath)

    Declaration
    public DotsRuntimeCSharpProgramConfiguration(CSharpCodeGen csharpCodegen, CodeGen cppCodegen, ToolChain nativeToolchain, ScriptingBackend scriptingBackend, TargetFramework targetFramework, string identifier, bool enableUnityCollectionsChecks, bool enableManagedDebugging, bool waitForManagedDebugger, bool multiThreadedJobs, DotsConfiguration dotsConfiguration, bool enableProfiler, bool useBurst, IEnumerable<string> defines = null, NPath finalOutputDirectory = null)
    Parameters
    Type Name Description
    CSharpCodeGen csharpCodegen
    CodeGen cppCodegen
    ToolChain nativeToolchain
    ScriptingBackend scriptingBackend
    TargetFramework targetFramework
    String identifier
    Boolean enableUnityCollectionsChecks
    Boolean enableManagedDebugging
    Boolean waitForManagedDebugger
    Boolean multiThreadedJobs
    DotsConfiguration dotsConfiguration
    Boolean enableProfiler
    Boolean useBurst
    IEnumerable<String> defines
    NPath finalOutputDirectory

    Properties

    Defines

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

    DotsConfiguration

    Declaration
    public DotsConfiguration DotsConfiguration { get; }
    Property Value
    Type Description
    DotsConfiguration

    EnableManagedDebugging

    Declaration
    public bool EnableManagedDebugging { get; }
    Property Value
    Type Description
    Boolean

    EnableProfiler

    Declaration
    public bool EnableProfiler { get; }
    Property Value
    Type Description
    Boolean

    EnableUnityCollectionsChecks

    Declaration
    public bool EnableUnityCollectionsChecks { get; }
    Property Value
    Type Description
    Boolean

    FinalOutputDirectory

    Declaration
    public NPath FinalOutputDirectory { get; set; }
    Property Value
    Type Description
    NPath

    Identifier

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

    MultiThreadedJobs

    Declaration
    public bool MultiThreadedJobs { get; }
    Property Value
    Type Description
    Boolean

    NativeProgramConfiguration

    Declaration
    public DotsRuntimeNativeProgramConfiguration NativeProgramConfiguration { get; set; }
    Property Value
    Type Description
    DotsRuntimeNativeProgramConfiguration

    Platform

    Declaration
    public Platform Platform { get; set; }
    Property Value
    Type Description
    Platform

    PlatformBuildConfig

    Declaration
    public IPlatformBuildConfig PlatformBuildConfig { get; set; }
    Property Value
    Type Description
    IPlatformBuildConfig

    ScriptingBackend

    Declaration
    public ScriptingBackend ScriptingBackend { get; }
    Property Value
    Type Description
    ScriptingBackend

    TargetFramework

    Declaration
    public TargetFramework TargetFramework { get; }
    Property Value
    Type Description
    TargetFramework

    UseBurst

    Declaration
    public bool UseBurst { get; }
    Property Value
    Type Description
    Boolean

    WaitForManagedDebugger

    Declaration
    public bool WaitForManagedDebugger { get; }
    Property Value
    Type Description
    Boolean

    Methods

    WithIdentifier(String)

    Declaration
    public DotsRuntimeCSharpProgramConfiguration WithIdentifier(string value)
    Parameters
    Type Name Description
    String value
    Returns
    Type Description
    DotsRuntimeCSharpProgramConfiguration

    WithMultiThreadedJobs(Boolean)

    Declaration
    public DotsRuntimeCSharpProgramConfiguration WithMultiThreadedJobs(bool value)
    Parameters
    Type Name Description
    Boolean value
    Returns
    Type Description
    DotsRuntimeCSharpProgramConfiguration
    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