示例#1
0
 private void OnEnable()
 {
     // reset the auto config
     bottomPosM = Vector3.zero;
     topPosM    = Vector3.zero;
     step1.SetActive(true);
     step2.SetActive(false);
     SingleHandManager.Instance.useTrackingTransform = false;
     ConfigurationSetupController.SetCursorVisual(false);
     DisplayTrackingLost(false);
 }
 private void Start()
 {
     Instance        = this;
     startWithConfig = SettingsConfig.Config.ShowSetupScreenOnStartup;
 }