VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static void AVR.Core.AVR_Core_ConsoleCommands.StopXR ( )
inlinestaticprivate

Definition at line 63 of file AVR_Core_ConsoleCommands.cs.

64  {
65  Debug.Log("Stopping XR...");
66 
67  XRGeneralSettings.Instance.Manager.StopSubsystems();
68  XRGeneralSettings.Instance.Manager.DeinitializeLoader();
69  Debug.Log("XR stopped completely.");
70  }