LeanCloud C# SDK
|
大厅房间数据类 More...
Properties | |
string | RoomName [get, set] |
房间名称 | |
int | MaxPlayerCount [get, set] |
房间最大玩家数 | |
List< string > | ExpectedUserIds [get, set] |
邀请好友 ID 数组 | |
int | EmptyRoomTtl [get, set] |
房间置空后销毁时间(秒) | |
int | PlayerTtl [get, set] |
玩家离线后踢出房间时间(秒) | |
int | PlayerCount [get, set] |
当前房间玩家数量 | |
bool | Open [get, set] |
房间是否开放 | |
bool | Visible [get, set] |
房间是否可见 | |
PlayObject | CustomRoomProperties [get, set] |
房间属性 | |
大厅房间数据类
|
getset |
房间属性
The custom room properties.
|
getset |
房间置空后销毁时间(秒)
The empty room ttl.
|
getset |
邀请好友 ID 数组
The expected user identifiers.
|
getset |
房间最大玩家数
The max player count.
|
getset |
房间是否开放
true
if opened; otherwise, false
.
|
getset |
当前房间玩家数量
The player count.
|
getset |
玩家离线后踢出房间时间(秒)
The player ttl.
|
getset |
房间名称
The name of the room.
|
getset |
房间是否可见
true
if visible; otherwise, false
.