docs.unity.cn
    Show / Hide Table of Contents

    Method GetSettings

    GetSettings(Boolean)

    Gets the settings object with the option to create a new one if it does not exist.

    Declaration
    public static AddressableAssetSettings GetSettings(bool create)
    Parameters
    Type Name Description
    Boolean create

    If true and no settings object exists, a new one will be created using the default config folder and asset name.

    Returns
    Type Description
    AddressableAssetSettings

    The default settings object.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use