NetManagerSendToAll Method (Byte, Int32, Int32, SendOptions) |
LiteNetLib |
Send data to all connected peers
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public void SendToAll( byte[] data, int start, int length, SendOptions options )
Parameters
- data
- Type: SystemByte
Data - start
- Type: SystemInt32
Start of data - length
- Type: SystemInt32
Length of data - options
- Type: LiteNetLibSendOptions
Send options (reliable, unreliable, etc.)
See Also