docs.unity.cn
    Show / Hide Table of Contents

    Property Debug

    Debug

    Gets or sets whether to compile the code in a way that allows it to be debugged. If this is set to true, the current implementation disables optimisations on this method allowing it to be debugged using a Native debugger.

    Declaration
    public bool Debug { 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