class MAGES::UIs::OperationExitTriggers¶
Overview¶
Functions used by the operation end UI. More…
class OperationExitTriggers: public MonoBehaviour
{
public:
// methods
void Exit();
void ReloadScene();
};
Detailed Documentation¶
Functions used by the operation end UI.
Methods¶
void Exit()
Closes the application and exits VR.
void ReloadScene()
Reloads the current scene.