Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BurstCompiler

The burst compiler runtime frontend.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Class
  • Namespace: Unity.Burst
  • Assembly: UnityEngine.BurstModule
public static class BurstCompiler

Static Fields

Value

Description

OptionsGets the global options for the burst compiler.

Static Properties

Property

Description

IsEnabledGets a value indicating whether Burst is enabled.

Static Methods

Method

Description

CompileFunctionPointerCompile the following delegate into a function pointer with burst, invokable from a Burst Job or from regular C#.
GetExecutionModeRetrieve the current execution mode that is configured.
IsLoadAdditionalLibrarySupportedCheck if the LoadAdditionalLibrary API is supported by the current version of Unity
SetExecutionModeSets the execution mode for all jobs spawned from now on.