class MAGES::SceneGraph::Editor::GraphViewPreferencesProvider

Overview

class GraphViewPreferencesProvider: public SettingsProvider
{
public:
    // methods

    GraphViewPreferencesProvider(
        string path,
        SettingsScope scope = SettingsScope.User
    );

    override void OnActivate(string searchContext, VisualElement rootElement);
    static bool IsAvailable();
    static SettingsProvider CreateProvider();
};

Detailed Documentation

Methods

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

Initializes a new instance of the SubGraphViewPreferencesProvider 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.