Class BurstCompiler
The burst compiler runtime frontend.
Namespace: Unity.Burst
Syntax
public static class BurstCompiler : object
Fields
| Name | Description |
|---|---|
| Options | Gets the global options for the burst compiler. |
Properties
| Name | Description |
|---|---|
| IsEnabled | Gets a value indicating whether Burst is enabled. |
Methods
| Name | Description |
|---|---|
| CompileFunctionPointer<T>(T) | Compile the following delegate into a function pointer with burst, invokable from a Burst Job or from regular C#. |