class MAGES::DeviceManager::MobileActionsHandler

Overview

Responsible for offering public methods to be called from external buttons regarding the scenegraph flow. More…

class MobileActionsHandler: public MonoBehaviour
{
public:
    // methods

    void ActionPerform();
    void ActionUndo();
};

Detailed Documentation

Responsible for offering public methods to be called from external buttons regarding the scenegraph flow.

Methods

void ActionPerform()

Used for performing actions from MobileNavigation Perform button.

void ActionUndo()

Used for undoing actions from MobileNavigation Undo button.