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