C# Class UnityEngine.Networking.LocalClient

Inheritance: NetworkClient
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void

Private Methods

Method Description
AddLocalPlayer ( PlayerController localPlayer ) : void
InternalConnectLocalServer ( bool generateConnectMsg ) : void
InvokeBytesOnClient ( byte buffer, int channelId ) : void
InvokeHandlerOnClient ( short msgType, MessageBase msg, int channelId ) : void
PostInternalMessage ( byte buffer, int channelId ) : void
PostInternalMessage ( short msgType ) : void
ProcessInternalMessages ( ) : void
Update ( ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void