Photon .NET Client API 4.1.4.8

Public Member Functions | Public Attributes | List of all members
Photon.Realtime.TypedLobbyInfo Class Reference

Info for a lobby on the server. Used when LoadBalancingClient.EnableLobbyStatistics is true. More...

Inheritance diagram for Photon.Realtime.TypedLobbyInfo:
Photon.Realtime.TypedLobby

Public Member Functions

override string ToString ()
 
- Public Member Functions inherited from Photon.Realtime.TypedLobby
 TypedLobby (string name, LobbyType type)
 Sets Name and Type of the new instance. Make sure name is not empty or null, as that always points to the "default lobby" (TypedLobby.Default). More...
 
override string ToString ()
 

Public Attributes

int PlayerCount
 Count of players that currently joined this lobby. More...
 
int RoomCount
 Count of rooms currently associated with this lobby. More...
 
- Public Attributes inherited from Photon.Realtime.TypedLobby
string Name
 Name of the lobby. Default: null, pointing to the "default lobby". More...
 
LobbyType Type
 Type (and behaviour) of the lobby. More...
 

Additional Inherited Members

- Static Public Attributes inherited from Photon.Realtime.TypedLobby
static readonly TypedLobby Default = new TypedLobby()
 A reference to the default lobby which is the unique lobby that uses null as name and is of type LobbyType.Default. More...
 
- Properties inherited from Photon.Realtime.TypedLobby
bool IsDefault [get]
 Returns whether or not this instance points to the "default lobby" (TypedLobby.Default). More...
 

Detailed Description

Info for a lobby on the server. Used when LoadBalancingClient.EnableLobbyStatistics is true.

Member Function Documentation

◆ ToString()

override string Photon.Realtime.TypedLobbyInfo.ToString ( )
inline

Member Data Documentation

◆ PlayerCount

int Photon.Realtime.TypedLobbyInfo.PlayerCount

Count of players that currently joined this lobby.

◆ RoomCount

int Photon.Realtime.TypedLobbyInfo.RoomCount

Count of rooms currently associated with this lobby.


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