LeanCloud C# SDK
Loading...
Searching...
No Matches
Properties | List of all members
LeanCloud.Play.LobbyRoom Class Reference

大厅房间数据类 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]
 房间属性
 

Detailed Description

大厅房间数据类

Property Documentation

◆ CustomRoomProperties

PlayObject LeanCloud.Play.LobbyRoom.CustomRoomProperties
getset

房间属性

The custom room properties.

◆ EmptyRoomTtl

int LeanCloud.Play.LobbyRoom.EmptyRoomTtl
getset

房间置空后销毁时间(秒)

The empty room ttl.

◆ ExpectedUserIds

List<string> LeanCloud.Play.LobbyRoom.ExpectedUserIds
getset

邀请好友 ID 数组

The expected user identifiers.

◆ MaxPlayerCount

int LeanCloud.Play.LobbyRoom.MaxPlayerCount
getset

房间最大玩家数

The max player count.

◆ Open

bool LeanCloud.Play.LobbyRoom.Open
getset

房间是否开放

true if opened; otherwise, false.

◆ PlayerCount

int LeanCloud.Play.LobbyRoom.PlayerCount
getset

当前房间玩家数量

The player count.

◆ PlayerTtl

int LeanCloud.Play.LobbyRoom.PlayerTtl
getset

玩家离线后踢出房间时间(秒)

The player ttl.

◆ RoomName

string LeanCloud.Play.LobbyRoom.RoomName
getset

房间名称

The name of the room.

◆ Visible

bool LeanCloud.Play.LobbyRoom.Visible
getset

房间是否可见

true if visible; otherwise, false.


The documentation for this class was generated from the following file: