class MAGES::Analytics::SessionOverviewController

Overview

A component which displays the session overview. More…

class SessionOverviewController: public MonoBehaviour
{
public:
    // methods

    void Close();
    void SelectTab(GameObject tab);
};

Detailed Documentation

A component which displays the session overview.

Methods

void Close()

Closes the session overview UI.

void SelectTab(GameObject tab)

Selects and displays the given tab.

Parameters:

tab

The tab to display.