C# Class GameCommon.EntitySystemClientNetworkService.ClientEntitySystemNetworkingInterface

Inheritance: EntitySystemWorld.NetworkingInterface
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
ClientEntitySystemNetworkingInterface ( EntitySystemClientNetworkService service ) : System

Protected Methods

Method Description
OnBeginEntitySystemMessage ( IList toRemoteEntityWorlds, int messageTypeIdentifier ) : SendDataWriter
OnEndEntitySystemMessage ( ) : void

Method Details

ClientEntitySystemNetworkingInterface() public method

public ClientEntitySystemNetworkingInterface ( EntitySystemClientNetworkService service ) : System
service EntitySystemClientNetworkService
return System

OnBeginEntitySystemMessage() protected method

protected OnBeginEntitySystemMessage ( IList toRemoteEntityWorlds, int messageTypeIdentifier ) : SendDataWriter
toRemoteEntityWorlds IList
messageTypeIdentifier int
return SendDataWriter

OnEndEntitySystemMessage() protected method

protected OnEndEntitySystemMessage ( ) : void
return void