Class BurstCompiler
The burst compiler runtime frontend.
Inheritance
Namespace: Unity.Burst
Assembly: solution.dll
Syntax
public static class BurstCompiler
Fields
Name | Description |
---|---|
Options | Gets the global options for the burst compiler. |
Properties
Name | Description |
---|---|
Is |
Gets a value indicating whether Burst is enabled. |
Methods
Name | Description |
---|---|
Compile |
Compile the following delegate into a function pointer with burst, invokable from a Burst Job or from regular C#. |
Compile |
DO NOT USE - deprecated. |
Compile |
Compile an IL Post-Processed method. |
Compile |
DO NOT USE - deprecated. |
Get |
Retrieve the current execution mode that is configured. |
Get |
DO NOT USE - deprecated. |
Get |
For a previous call to Compile |
Is |
Check if the LoadAdditionalLibrary API is supported by the current version of Unity |
Set |
Sets the execution mode for all jobs spawned from now on. |