コード例 #1
0
 public void StopVR()
 {
     VRCXVR.SetActive(false);
 }
コード例 #2
0
 public void StartVR()
 {
     VRCXVR.SetActive(true);
 }