C# Class LiteNetLib.SimpleChannel

Afficher le fichier Open project: RevenantX/LiteNetLib Class Usage Examples

Méthodes publiques

Méthode Description
AddToQueue ( NetPacket packet ) : void
SendNextPacket ( ) : bool
SimpleChannel ( NetPeer peer ) : System.Collections.Generic

Method Details

AddToQueue() public méthode

public AddToQueue ( NetPacket packet ) : void
packet NetPacket
Résultat void

SendNextPacket() public méthode

public SendNextPacket ( ) : bool
Résultat bool

SimpleChannel() public méthode

public SimpleChannel ( NetPeer peer ) : System.Collections.Generic
peer NetPeer
Résultat System.Collections.Generic