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

mun_roomサーバ本体の制御クラス. More...

Inheritance diagram for mun_room.MunRoomServer:
Collaboration diagram for mun_room.MunRoomServer:

Public Member Functions

 MunRoomServer ()
 コンストラクタ
 
void Dispose ()
 廃棄処理.
 
void Dispose (bool disposing)
 廃棄処理実装部. More...
 
void SetupConfigure (mun.MunLogger logger, string[] args)
 サーバ設定. More...
 
void Run ()
 メインループ.
 
 MunRoomServer ()
 コンストラクタ
 
void Dispose ()
 廃棄処理.
 
void Dispose (bool disposing)
 廃棄処理実装部. More...
 
void SetupConfigure (mun.MunLogger logger, string[] args)
 サーバ設定. More...
 
void Run ()
 メインループ.
 

Protected Member Functions

bool Initialize ()
 初期化処理.
 
void Update ()
 更新処理.
 
void Terminate ()
 終了処理.
 
bool Initialize ()
 初期化処理.
 
void Update ()
 更新処理.
 
void Terminate ()
 終了処理.
 

Properties

string ProcessName [get]
 プロセス名.
 

Detailed Description

mun_roomサーバ本体の制御クラス.

Member Function Documentation

void mun_room.MunRoomServer.Dispose ( bool  disposing)

廃棄処理実装部.

Parameters
disposing廃棄フラグ.

Here is the call graph for this function:

void mun_room.MunRoomServer.Dispose ( bool  disposing)

廃棄処理実装部.

Parameters
disposing廃棄フラグ.

Here is the call graph for this function:

void mun_room.MunRoomServer.SetupConfigure ( mun.MunLogger  logger,
string[]  args 
)

サーバ設定.

Parameters
argc引数の数.
pArgv引数の値の配列.

Here is the call graph for this function:

void mun_room.MunRoomServer.SetupConfigure ( mun.MunLogger  logger,
string[]  args 
)

サーバ設定.

Parameters
argc引数の数.
pArgv引数の値の配列.

Here is the call graph for this function:


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