.NET Client Reference
Class RoomInfo
Namespace: PlayerIOClient
Language: C# / .NET
Class that describes a room instance. Instances of this class are returned by client.Multiplayer.ListRooms requests
Properties | |||
---|---|---|---|
public string |
The id of the room |
||
public int |
How many users are currently in the room |
||
public Dictionary<string, string> |
The current room data for the room |
||
public string |
The type of the room (corresponding to the [RoomType(...)] attribute assigned to the room) |
RoomInfo.Id
public string |
|
The id of the room
RoomInfo.OnlineUsers
public int |
|
How many users are currently in the room
RoomInfo.RoomData
public Dictionary<string, string> |
|
The current room data for the room
RoomInfo.RoomType
public string |
|
The type of the room (corresponding to the [RoomType(...)] attribute assigned to the room)