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

ロビー統計情報. More...

Collaboration diagram for mun.STREAM.SummaryLobbyInfo:

Public Member Functions

 SummaryLobbyInfo ()
 コンストラクタ.
 
 SummaryLobbyInfo (ref Text _lobbyName, ref Byte _lobbyKind, ref Int32 _roomCount, ref Int32 _playerCount)
 コンストラクタ. More...
 
 SummaryLobbyInfo (ref SummaryLobbyInfo 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...
 
Int32 roomCount
 ロビー内ルーム数. More...
 
Int32 playerCount
 ロビー内プレイヤー数. More...
 

Detailed Description

ロビー統計情報.

Constructor & Destructor Documentation

mun.STREAM.SummaryLobbyInfo.SummaryLobbyInfo ( ref Text  _lobbyName,
ref Byte  _lobbyKind,
ref Int32  _roomCount,
ref Int32  _playerCount 
)

コンストラクタ.

Parameters
_lobbyNameロビー名.
_lobbyKindロビーの属性.
_roomCountロビー内ルーム数.
_playerCountロビー内プレイヤー数.
mun.STREAM.SummaryLobbyInfo.SummaryLobbyInfo ( ref SummaryLobbyInfo  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.SummaryLobbyInfo.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.SummaryLobbyInfo.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.SummaryLobbyInfo.lobbyKind

ロビーの属性.

Text mun.STREAM.SummaryLobbyInfo.lobbyName

ロビー名.

Int32 mun.STREAM.SummaryLobbyInfo.playerCount

ロビー内プレイヤー数.

Int32 mun.STREAM.SummaryLobbyInfo.roomCount

ロビー内ルーム数.


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