NetSerializerReadAllPackets Method (NetDataReader) |
LiteNetLib |
Reads all available data from NetDataReader and calls OnReceive delegates
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public void ReadAllPackets( NetDataReader reader )
Parameters
- reader
- Type: LiteNetLib.UtilsNetDataReader
NetDataReader with packets data
See Also