docs.unity.cn
    Show / Hide Table of Contents

    Property CompileSynchronously

    CompileSynchronously

    Gets or sets whether or not to burst compile the code immediately on first use, or in the background over time.

    Declaration
    public bool CompileSynchronously { get; set; }
    Property Value
    Type Description
    Boolean

    The default is false, true will force this code to be compiled synchronously on first invocation.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, August 16, 2021