Class UserSettingsProvider | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class UserSettingsProvider

    A implementation that creates an interface from settings reflected from a collection of assemblies.

    Inheritance
    System.Object
    UserSettingsProvider
    Namespace: UnityEditor.SettingsManagement
    Syntax
    public sealed class UserSettingsProvider

    Constructors

    UserSettingsProvider(Settings, Assembly[])

    Create a new UserSettingsProvider.

    Declaration
    public UserSettingsProvider(Settings settings, Assembly[] assemblies)
    Parameters
    Type Name Description
    Settings settings

    The Settings instance that this provider is inspecting.

    System.Reflection.Assembly[] assemblies

    A collection of assemblies to scan for UserSettingAttribute and UserSettingBlockAttribute attributes.

    Fields

    developerModeCategory

    Declaration
    public const string developerModeCategory = "Developer Mode"
    Field Value
    Type Description
    System.String

    Methods

    OnGUI(String)

    Invoked by the Settings editor.

    Declaration
    public void OnGUI(string searchContext)
    Parameters
    Type Name Description
    System.String searchContext

    A string containing the contents of the search bar.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023