Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.LobbyInfo Class Reference

ロビー作成情報. More...

Collaboration diagram for mun.STREAM.LobbyInfo:

Public Member Functions

 LobbyInfo ()
 コンストラクタ.
 
 LobbyInfo (ref Text _lobbyName, ref Byte _lobbyKind)
 コンストラクタ. More...
 
 LobbyInfo (ref LobbyInfo rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Text lobbyName
 ロビー名. More...
 
Byte lobbyKind
 ロビーの属性. More...
 

Detailed Description

ロビー作成情報.

Constructor & Destructor Documentation

mun.STREAM.LobbyInfo.LobbyInfo ( ref Text  _lobbyName,
ref Byte  _lobbyKind 
)

コンストラクタ.

Parameters
_lobbyNameロビー名.
_lobbyKindロビーの属性.
mun.STREAM.LobbyInfo.LobbyInfo ( ref LobbyInfo  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.LobbyInfo.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

bool mun.STREAM.LobbyInfo.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Byte mun.STREAM.LobbyInfo.lobbyKind

ロビーの属性.

Text mun.STREAM.LobbyInfo.lobbyName

ロビー名.


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