class MAGES::Editor::LogoPreferencesProvider

Overview

class LogoPreferencesProvider: public SettingsProvider
{
public:
    // methods

    LogoPreferencesProvider(string path, SettingsScope scope = SettingsScope.User);
    override void OnActivate(string searchContext, VisualElement rootElement);
    static bool IsAvailable();
    static SettingsProvider CreateProvider();
};

Detailed Documentation

Methods

LogoPreferencesProvider(string path, SettingsScope scope = SettingsScope.User)

Initializes a new instance of the LogoPreferencesProvider class.

Parameters:

path

The asset path.

scope

The scope

static bool IsAvailable()

Checks if the preferences are available.

Returns:

True if they are available.

static SettingsProvider CreateProvider()

Creates the provider.

Returns:

The provider.