C# Class Network.NetworkManager

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: osROSE/UnityRose Class Usage Examples

Public Methods

Method Description
Recieve ( ) : void
Send ( Packets packet ) : void

Private Methods

Method Description
Awake ( ) : void
Connect ( ) : void
ConnectCallback ( IAsyncResult ar ) : void
Disconnect ( ) : void
RecievePayloadCallback ( IAsyncResult ar ) : void
RecievePrefixCallback ( IAsyncResult ar ) : void
SendCallback ( IAsyncResult ar ) : void

Method Details

Recieve() public static method

public static Recieve ( ) : void
return void

Send() public static method

public static Send ( Packets packet ) : void
packet Packets
return void