BurstExecutionEnvironment
Represents the types of compiled code that are run on the current thread.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: Unity.Burst
- Assembly: UnityEngine.BurstModule
public enum BurstExecutionEnvironment
Fields
Value | Description |
|---|---|
| Default | Use the default (aka FloatMode specified via Compile Attribute - FloatMode |
| Deterministic | Override the specified float mode and run the deterministic version |
| NonDeterministic | Override the specified float mode and run the non deterministic version |