docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetBootConfigBoolean

    TryGetBootConfigBoolean(string, out bool)

    Return a boolean based on the value stored at key

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

    key to look for in the boot config

    bool value

    Where we store the result.

    Returns
    Type Description
    bool

    true if we find the key in the bootconfig, otherwise we return false

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