docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)