Enum BurstExecutionEnvironment
Represents the types of compiled code that are run on the current thread.
Namespace: Unity.Burst
Assembly: Unity.Burst.dll
Syntax
public enum BurstExecutionEnvironment
Fields
Name | 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 |