docs.unity.cn
    Show / Hide Table of Contents

    Property DisableDirectCall

    DisableDirectCall

    Gets or sets a boolean to disable the translation of a static method call as direct call to the generated native method. By default, when compiling static methods with Burst and calling them from C#, they will be translated to a direct call to the Burst generated method. code.

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

    The default is false.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 12, 2023