本文へスキップ
バージョン: 3.0

index


title: struct GetOrCreateRoomAsyncTaskResult toc_max_heading_level: 4


struct GetOrCreateRoomAsyncTaskResult

(Niantic.Lightship.SharedAR.Rooms.RoomManagementService.GetOrCreateRoomAsyncTaskResult)

GetOrCreateRoomAsync の戻り値を保持する構造体。

struct GetOrCreateRoomAsyncTaskResult {
// fields

readonly RoomManagementServiceStatus Status;
readonly string RoomId;

// methods

GetOrCreateRoomAsyncTaskResult(
RoomManagementServiceStatus,
string roomId
);
}