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

mun_masterサーバからmun_roomサーバに対して送信される、プレイヤー名の変更通知. More...

Collaboration diagram for mun.STREAM.RoomMasterUpdatePlayerNameRequest:

Public Member Functions

 RoomMasterUpdatePlayerNameRequest ()
 コンストラクタ.
 
 RoomMasterUpdatePlayerNameRequest (UInt64 _roomId, Int32 _playerId, ref String _playerName)
 コンストラクタ. More...
 
 RoomMasterUpdatePlayerNameRequest (ref RoomMasterUpdatePlayerNameRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

UInt64 roomId
 ルームID. More...
 
Int32 playerId
 プレイヤーID. More...
 
Text playerName
 プレイヤー名. More...
 

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

mun_masterサーバからmun_roomサーバに対して送信される、プレイヤー名の変更通知.

Constructor & Destructor Documentation

mun.STREAM.RoomMasterUpdatePlayerNameRequest.RoomMasterUpdatePlayerNameRequest ( UInt64  _roomId,
Int32  _playerId,
ref String  _playerName 
)

コンストラクタ.

Parameters
_playerNameプレイヤー名.
_hostIdホストID.
mun.STREAM.RoomMasterUpdatePlayerNameRequest.RoomMasterUpdatePlayerNameRequest ( ref RoomMasterUpdatePlayerNameRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

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

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Member Data Documentation

Int32 mun.STREAM.RoomMasterUpdatePlayerNameRequest.playerId

プレイヤーID.

Text mun.STREAM.RoomMasterUpdatePlayerNameRequest.playerName

プレイヤー名.

UInt64 mun.STREAM.RoomMasterUpdatePlayerNameRequest.roomId

ルームID.

Property Documentation

UInt16 mun.STREAM.RoomMasterUpdatePlayerNameRequest.payloadType
get

payload_typeのID定数値.


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