Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Public Member Functions | Public Attributes | List of all members
TypedLobbyInfo Class Reference

サーバー上のロビーの情報。LoadBalancingClient.EnableLobbyStatistics がtrueの場合に使用。 More...

Inherits TypedLobby.

Public Member Functions

override string ToString ()
 
- Public Member Functions inherited from TypedLobby
 TypedLobby (string name, LobbyType type)
 新しいインスタンスの名前とタイプを設定します。名前が空またはnullでないことを確認してください。これは常に「デフォルトロビー」を指しているためです:(TypedLobby.Default). More...
 
override string ToString ()
 

Public Attributes

int PlayerCount
 現在このロビーに参加しているプレーヤーの数。 More...
 
int RoomCount
 現在このロビーに関連付けられているルームの数。 More...
 
- Public Attributes inherited from TypedLobby
string Name
 ロビーの名前。デフォルト:null。デフォルトロビーを指します。 More...
 
LobbyType Type
 ロビーのタイプ(および動作)。 More...
 

Additional Inherited Members

- Static Public Attributes inherited from TypedLobby
static readonly TypedLobby Default = new TypedLobby()
 デフォルトのロビーへの参照。名前としてnullを使用し、タイプ LobbyType.Defaultのロビーです。 More...
 
- Properties inherited from TypedLobby
bool IsDefault [get]
 このインスタンスが「デフォルトロビー」を指しているかどうかを返します:(TypedLobby.Default)。 More...
 

Detailed Description

サーバー上のロビーの情報。LoadBalancingClient.EnableLobbyStatistics がtrueの場合に使用。

Member Data Documentation

int PlayerCount

現在このロビーに参加しているプレーヤーの数。

int RoomCount

現在このロビーに関連付けられているルームの数。