Пример #1
0
 private void switchToShovelCont()
 {
     teleportObj.SetActive(false);
     teleportC.disableController(trackedObj);
     handC.disableController();
     handObj.SetActive(false);
     handC.enabled   = false;
     shovelC.enabled = true;
     shovelC.enable();
     touchPadGUI.sprite = touchpadShovelSprite;
     curContType        = ControllerType.Shovel;
 }