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

サーバ統計情報. More...

Public Member Functions

 StatsInfo ()
 コンストラクタ.
 
 StatsInfo (ref Int32 _clientCountInServer, ref Int32 _clientCountInLobby, ref Int32 _clientCountInRoom, ref Int32 _roomCountInLobby)
 コンストラクタ. More...
 
 StatsInfo (ref StatsInfo rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Int32 clientCountInServer
 サーバに接続しているプレイヤーの人数. More...
 
Int32 clientCountInLobby
 ロビーに入室しているプレイヤーの人数. More...
 
Int32 clientCountInRoom
 ルームに入室しているプレイヤーの人数. More...
 
Int32 roomCountInLobby
 ロビーに所属しているルームの数. More...
 

Detailed Description

サーバ統計情報.

Constructor & Destructor Documentation

mun.STREAM.StatsInfo.StatsInfo ( ref Int32  _clientCountInServer,
ref Int32  _clientCountInLobby,
ref Int32  _clientCountInRoom,
ref Int32  _roomCountInLobby 
)

コンストラクタ.

Parameters
_clientCountInServerサーバに接続しているプレイヤーの人数.
_clientCountInLobbyロビーに入室しているプレイヤーの人数.
_clientCountInRoomルームに入室しているプレイヤーの人数.
_roomCountInLobbyロビーに所属しているルームの数.
mun.STREAM.StatsInfo.StatsInfo ( ref StatsInfo  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the caller graph for this function:

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

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

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

Here is the caller graph for this function:

Member Data Documentation

Int32 mun.STREAM.StatsInfo.clientCountInLobby

ロビーに入室しているプレイヤーの人数.

Int32 mun.STREAM.StatsInfo.clientCountInRoom

ルームに入室しているプレイヤーの人数.

Int32 mun.STREAM.StatsInfo.clientCountInServer

サーバに接続しているプレイヤーの人数.

Int32 mun.STREAM.StatsInfo.roomCountInLobby

ロビーに所属しているルームの数.


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