예제 #1
0
 private static void OnEVREnabled()
 {
     InitializeInputManager();
     s_Instance = U.Object.CreateGameObjectWithComponent <EditorVR>();
 }
예제 #2
0
 static void OnVRViewEnabled()
 {
     ObjectUtils.hideFlags = defaultHideFlags;
     InitializeInputManager();
     s_Instance = ObjectUtils.CreateGameObjectWithComponent <EditorVR>();
 }