Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_room.MunRoomSessionToClient Class Reference

MUNクライアントとのネットワーク接続処理クラス. More...

Static Public Member Functions

static Int32 GetClientNum ()
 接続クライアント数の取得. More...
 
static bool GetIsEnableServerSide ()
 サーバサイドプログラムを有効にするかどうかのフラグを取得. More...
 
static bool Initialize (ref MunRoomConfigure configure)
 初期化処理. More...
 
static void Update (UInt64 updateInterval)
 更新処理(個別送信処理). More...
 
static void Terminate ()
 終了処理.
 
static Int32 GetClientNum ()
 接続クライアント数の取得. More...
 
static bool GetIsEnableServerSide ()
 サーバサイドプログラムを有効にするかどうかのフラグを取得. More...
 
static bool Initialize (ref MunRoomConfigure configure)
 初期化処理. More...
 
static void Update (UInt64 updateInterval)
 更新処理(個別送信処理). More...
 
static void Terminate ()
 終了処理.
 

Detailed Description

MUNクライアントとのネットワーク接続処理クラス.

Member Function Documentation

static Int32 mun_room.MunRoomSessionToClient.GetClientNum ( )
static

接続クライアント数の取得.

Returns
接続クライアント数を返す。

Here is the caller graph for this function:

static Int32 mun_room.MunRoomSessionToClient.GetClientNum ( )
static

接続クライアント数の取得.

Returns
接続クライアント数を返す。
static bool mun_room.MunRoomSessionToClient.GetIsEnableServerSide ( )
static

サーバサイドプログラムを有効にするかどうかのフラグを取得.

Returns
サーバサイドプログラムを有効にするかどうかのフラグを返す。

Here is the caller graph for this function:

static bool mun_room.MunRoomSessionToClient.GetIsEnableServerSide ( )
static

サーバサイドプログラムを有効にするかどうかのフラグを取得.

Returns
サーバサイドプログラムを有効にするかどうかのフラグを返す。
static bool mun_room.MunRoomSessionToClient.Initialize ( ref MunRoomConfigure  configure)
static

初期化処理.

Parameters
configuremun_roomサーバ起動設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

static bool mun_room.MunRoomSessionToClient.Initialize ( ref MunRoomConfigure  configure)
static

初期化処理.

Parameters
configuremun_roomサーバ起動設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

static void mun_room.MunRoomSessionToClient.Update ( UInt64  updateInterval)
static

更新処理(個別送信処理).

Parameters
updateInterval更新間隔(ミリ秒).

Here is the caller graph for this function:

static void mun_room.MunRoomSessionToClient.Update ( UInt64  updateInterval)
static

更新処理(個別送信処理).

Parameters
updateInterval更新間隔(ミリ秒).

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