docs.unity.cn
    Show / Hide Table of Contents

    Method HasKey

    HasKey(String)

    Checks if a corresponding key exists in your remote settings.

    Declaration
    public bool HasKey(string key)
    Parameters
    Type Name Description
    String key

    The key to search for.

    Returns
    Type Description
    Boolean

    true, if the key exists, or false if it doesn't.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, March 13, 2023
    Terms of use