docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetBootConfigValue

    TryGetBootConfigValue(string, out string)

    Get a config value from the boot config, given a specific key.

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

    Key we want to locate in the boot config

    string 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