Monobit Unity Networking ver.2.8.0 Client API Reference
MonobitEngine.LobbyInfo Class Reference

ロビー情報 More...

Inheritance diagram for MonobitEngine.LobbyInfo:
Collaboration diagram for MonobitEngine.LobbyInfo:

Public Member Functions

 LobbyInfo ()
 コンストラクタ More...
 
 LobbyInfo (string name, LobbyKind type)
 コンストラクタ More...
 
override string ToString ()
 ロビー情報の文字列を取得 More...
 

Public Attributes

string Name
 ロビーの名前 More...
 
LobbyKind Kind
 ロビーの種類 More...
 

Static Public Attributes

static readonly LobbyInfo Default = new LobbyInfo()
 デフォルト値 More...
 

Properties

bool IsDefault [get]
 デフォルト判定 More...
 

Detailed Description

ロビー情報

Constructor & Destructor Documentation

MonobitEngine.LobbyInfo.LobbyInfo ( )

コンストラクタ

MonobitEngine.LobbyInfo.LobbyInfo ( string  name,
LobbyKind  type 
)

コンストラクタ

Parameters
nameロビー名
typeロビーの種類

Member Function Documentation

override string MonobitEngine.LobbyInfo.ToString ( )

ロビー情報の文字列を取得

Returns

Member Data Documentation

readonly LobbyInfo MonobitEngine.LobbyInfo.Default = new LobbyInfo()
static

デフォルト値

LobbyKind MonobitEngine.LobbyInfo.Kind

ロビーの種類

string MonobitEngine.LobbyInfo.Name

ロビーの名前

Property Documentation

bool MonobitEngine.LobbyInfo.IsDefault
get

デフォルト判定


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