docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetBootConfigBoolean

    SetBootConfigBoolean(string, bool)

    Method for setting a specific BOOLEAN config option. This method ensures a consistent method for writing a boolean value

    Declaration
    public bool SetBootConfigBoolean(string key, bool value)
    Parameters
    Type Name Description
    string key

    Key of the value to be stored

    bool value

    Boolean value to set

    Returns
    Type Description
    bool

    If the key existing in the boot config and it's "1", return true. Otherwise return false.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 1, 2023