BurstCompilerOptions
Options available at Editor time and partially at runtime to control the behavior of the compilation and to enable/disable burst jobs.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public sealed class BurstCompilerOptions
Properties
Property | Description |
|---|---|
| EnableBurstCompilation | Gets or sets a boolean to enable or disable compilation of burst jobs. |
| EnableBurstCompileSynchronously | Gets or sets a boolean to force the compilation of all burst jobs synchronously. |
| EnableBurstDebug | Enable debugging mode |
| EnableBurstSafetyChecks | Gets or sets a boolean to enable or disable safety checks. |
| ForceEnableBurstSafetyChecks | Gets or sets a boolean to force enable safety checks, irrespective of what |
| IsEnabled | Gets a boolean indicating whether burst is enabled. |