Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

BurstCompiler

class in Unity.Burst

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The burst compiler runtime frontend.

Static Properties

Property Description
IsEnabled Gets a value indicating whether Burst is enabled.
Options Gets the global options for the burst compiler.

Static Methods

Method Description
CompileFunctionPointer Compile the following delegate into a function pointer with burst, invokable from a Burst Job or from regular C#.
GetExecutionMode Retrieve the current execution mode that is configured.
IsLoadAdditionalLibrarySupported Check if the LoadAdditionalLibrary API is supported by the current version of Unity
SetExecutionMode Sets the execution mode for all jobs spawned from now on.