예제 #1
0
 /// <summary>
 /// 使用するかめらを変更する
 /// </summary>
 public void ChangeWorld()
 {
     anotherWorld = !anotherWorld;
     StartCoroutine(portalManager.PortalVisibleManage(anotherWorld, 0f));
     subCamera.depth *= -1;
 }