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

mun_roomサーバから MUN クライアントに対して送信される、シーンオブジェクト生成リクエスト. More...

Collaboration diagram for mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest:

Public Member Functions

 RoomServerSVC_InstantiateSceneObjectRequest ()
 コンストラクタ.
 
 RoomServerSVC_InstantiateSceneObjectRequest (ref Text _prefabName, ref Union _position, ref Union _rotation)
 コンストラクタ. More...
 
 RoomServerSVC_InstantiateSceneObjectRequest (ref RoomServerSVC_InstantiateSceneObjectRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Text prefabName
 生成されるゲームオブジェクトの元となるプレハブ名. More...
 
Union position
 生成されるシーンオブジェクトの位置情報. More...
 
Union rotation
 生成されるシーンオブジェクトの姿勢情報. More...
 

Properties

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

Detailed Description

mun_roomサーバから MUN クライアントに対して送信される、シーンオブジェクト生成リクエスト.

Constructor & Destructor Documentation

mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.RoomServerSVC_InstantiateSceneObjectRequest ( ref Text  _prefabName,
ref Union  _position,
ref Union  _rotation 
)

コンストラクタ.

Parameters
_prefabName生成されるシーンオブジェクトの元となるプレハブ名.
_position生成されるシーンオブジェクトの位置情報.
_rotation生成されるシーンオブジェクトの姿勢情報.
mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.RoomServerSVC_InstantiateSceneObjectRequest ( ref RoomServerSVC_InstantiateSceneObjectRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

Here is the call graph for this function:

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

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

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

Here is the call graph for this function:

Member Data Documentation

Union mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.position

生成されるシーンオブジェクトの位置情報.

Text mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.prefabName

生成されるゲームオブジェクトの元となるプレハブ名.

Union mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.rotation

生成されるシーンオブジェクトの姿勢情報.

Property Documentation

UInt16 mun.STREAM.RoomServerSVC_InstantiateSceneObjectRequest.payloadType
get

payload_typeのID定数値.


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