Version: 2018.4
Method group is Obsolete

NetworkServerSimple

class in UnityEngine.Networking

マニュアルに切り替える
Obsolete

説明

NetworkServerSimple は NetworkServer クラスが持つ "ゲーム" に関連した機能がないサーバーの基本クラスです。

This class has no Scene management, spawning, player objects, observers, or static interface like the NetworkServer class. It is simply a server that listens on a port, manages connections, and handles messages. There can be more than one instance of this class in a process.

NetworkServer と NetworkClient のクラスのように、 SetNetworkConnectionClass() で指定される新しい接続のために NetworkConnection クラスの型が作成され、ネットワーク接続のカスタムの型を使用できるようにします。

このクラスは OnConnected、OnDisconnected、OnData の仮想関数をオーバーライドするかメッセージハンドラーを登録することにより使用できます。