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

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

Collaboration diagram for mun.STREAM.CreateLobbyInfo:

Public Member Functions

 CreateLobbyInfo ()
 コンストラクタ.
 
 CreateLobbyInfo (ref Text _lobbyName, ref Byte _lobbyKind)
 コンストラクタ. More...
 
 CreateLobbyInfo (ref CreateLobbyInfo 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.CreateLobbyInfo.CreateLobbyInfo ( ref Text  _lobbyName,
ref Byte  _lobbyKind 
)

コンストラクタ.

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

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

ロビーの属性.

Text mun.STREAM.CreateLobbyInfo.lobbyName

ロビー名.


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