Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_master.MatchingClient Class Reference

マッチング処理上におけるMUNクライアント情報. More...

Public Member Functions

UInt32 GetId ()
 クライアントIDの取得. More...
 
void SetId (UInt32 id)
 クライアントIDの設定. More...
 
string GetName ()
 クライアント名の取得. More...
 
void SetName (string name)
 クライアント名の設定. More...
 
UInt64 GetLobbyId ()
 所属しているロビーIDの取得. More...
 
void SetLobbyId (UInt64 lobbyId)
 所属しているロビーIDの設定. More...
 
UInt64 GetRoomId ()
 入室しているルームIDの取得. More...
 
void SetRoomId (UInt64 roomId)
 入室しているルームIDの設定. More...
 
Int32 GetPlayerId ()
 取得しているプレイヤーIDの取得. More...
 
void SetPlayerId (Int32 playerId)
 取得しているプレイヤーIDの設定. More...
 
 MatchingClient (UInt32 id=0, string name="", UInt64 lobbyId=0, UInt64 roomId=0, Int32 playerId=0)
 コンストラクタ. More...
 

Protected Attributes

UInt32 m_Id
 クライアントID. More...
 
string m_Name
 クライアント名. More...
 
UInt64 m_LobbyId
 所属しているロビーID. More...
 
UInt64 m_RoomId
 入室しているルームID. More...
 
Int32 m_PlayerId
 取得しているプレイヤーID. More...
 

Detailed Description

マッチング処理上におけるMUNクライアント情報.

Constructor & Destructor Documentation

mun_master.MatchingClient.MatchingClient ( UInt32  id = 0,
string  name = "",
UInt64  lobbyId = 0,
UInt64  roomId = 0,
Int32  playerId = 0 
)

コンストラクタ.

Parameters
idルームID。指定がない場合には 0 が設定される.
nameルーム名。指定がない場合には空文字が設定される.
lobbyId所属しているロビーID。指定がない場合には 0 が設定される.
roomId入室しているルームID。指定がない場合には 0 が設定される.
playerId取得しているプレイヤーID。指定がない場合には 0 が設定される.

Member Function Documentation

UInt32 mun_master.MatchingClient.GetId ( )

クライアントIDの取得.

Returns
クライアントIDを返す。

Here is the caller graph for this function:

UInt64 mun_master.MatchingClient.GetLobbyId ( )

所属しているロビーIDの取得.

Returns
所属しているロビーIDを返す。

Here is the caller graph for this function:

string mun_master.MatchingClient.GetName ( )

クライアント名の取得.

Returns
クライアント名を返す。

Here is the caller graph for this function:

Int32 mun_master.MatchingClient.GetPlayerId ( )

取得しているプレイヤーIDの取得.

Returns
取得しているプレイヤーIDを返す。

Here is the caller graph for this function:

UInt64 mun_master.MatchingClient.GetRoomId ( )

入室しているルームIDの取得.

Returns
入室しているルームIDを返す。

Here is the caller graph for this function:

void mun_master.MatchingClient.SetId ( UInt32  id)

クライアントIDの設定.

Returns
id クライアントID.
void mun_master.MatchingClient.SetLobbyId ( UInt64  lobbyId)

所属しているロビーIDの設定.

Returns
lobbyId 所属しているロビーID.
void mun_master.MatchingClient.SetName ( string  name)

クライアント名の設定.

Returns
name クライアント名.
void mun_master.MatchingClient.SetPlayerId ( Int32  playerId)

取得しているプレイヤーIDの設定.

Returns
playerId 取得しているプレイヤーID.
void mun_master.MatchingClient.SetRoomId ( UInt64  roomId)

入室しているルームIDの設定.

Returns
lobbyId 入室しているルームID.

Member Data Documentation

UInt32 mun_master.MatchingClient.m_Id
protected

クライアントID.

UInt64 mun_master.MatchingClient.m_LobbyId
protected

所属しているロビーID.

string mun_master.MatchingClient.m_Name
protected

クライアント名.

Int32 mun_master.MatchingClient.m_PlayerId
protected

取得しているプレイヤーID.

UInt64 mun_master.MatchingClient.m_RoomId
protected

入室しているルームID.


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