class MAGES::Editor::MAGESPanelStartupHelper

Overview

Helper class to launch The MAGES Panel once when the Unity Editor first starts. More…

class MAGESPanelStartupHelper
{
public:
    // methods

    static void SetMAGESPanelOpenOnStartupOption(bool enabled);
};

Detailed Documentation

Helper class to launch The MAGES Panel once when the Unity Editor first starts.

Methods

static void SetMAGESPanelOpenOnStartupOption(bool enabled)

Sets if the MAGES Panel should open on startup.

Will take effect on the next editor restart.

Parameters:

enabled

true if the MAGES Panel should open at startup automatically.