class MAGES::SceneGraph::Editor::LayoutUtility

Overview

Utility class for loading and saving editor layouts. More…

class LayoutUtility
{
public:
    // methods

    static void SaveLayout(string path);
    static void LoadLayoutbyName(string assetName);
    static void LoadLayoutByPath(string path);
};

Detailed Documentation

Utility class for loading and saving editor layouts.

Methods

static void SaveLayout(string path)

Saves the current layout.

Parameters:

path

The path to save the current layout.

static void LoadLayoutbyName(string assetName)

Loads the specified layout.

Parameters:

assetName

The name of the layout to load.

static void LoadLayoutByPath(string path)

Loads the specified layout.

Parameters:

path

The path of the layout to load.