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