struct GetOrCreateRoomAsyncTaskResult
(Niantic.Lightship.SharedAR.Rooms.RoomManagementService.GetOrCreateRoomAsyncTaskResult)
GetOrCreateRoomAsync の戻り値を保持する構造体。
struct GetOrCreateRoomAsyncTaskResult {
// fields
readonly RoomManagementServiceStatus Status;
readonly IRoom Room;
// properties
string RoomId;
};