class MAGES::UIs::OptionsMenuTriggers¶
Overview¶
Functions used by the operation end UI. More…
class OptionsMenuTriggers: public MonoBehaviour { public: // methods void Exit(); void ReloadScene(); void Undo(); void Skip(); void EndRecording(); };
Detailed Documentation¶
Functions used by the operation end UI.
Methods¶
void Exit()
Closes the application and exits VR.
void ReloadScene()
Reloads the current scene.
void Undo()
Undo all the running actions.
void Skip()
Skip all the running actions.
void EndRecording()
Ends the recording session.