struct GetOrCreateRoomAsyncTaskResult
(Niantic.Lightship.SharedAR.Rooms.RoomManagementService.GetOrCreateRoomAsyncTaskResult)
GetOrCreateRoomAsync の戻り値を保持する構造体。
struct GetOrCreateRoomAsyncTaskResult {
		// フィールド
	
		 readonly RoomManagementServiceStatus Status;
		 readonly IRoom Room;
		// プロパティ
	
		string RoomId;
	};