The burst compiler runtime frontend.
| Property | Description |
|---|---|
| IsEnabled | Gets a value indicating whether Burst is enabled. |
| Options | Gets the global options for the burst compiler. |
| 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. |