TaiZhouCangChu_VRanime/Assets/Scripts/MenuMgr.cs

24 lines
698 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MenuMgr : MonoBehaviour
{
// public ActionBasedController rightHandController;
// IEnumerator Start()
// {
// rightHandController.GetComponent<ActionBasedControllerManager>().enabled = false;
//
// rightHandController.transform.Find("Ray Interactor").gameObject.SetActive(false);
//
//
// yield return new WaitForSeconds(.4f);
//
// rightHandController.GetComponent<ActionBasedControllerManager>().enabled = true;
//
// rightHandController.transform.Find("Ray Interactor").gameObject.SetActive(true);
// }
}