Photon Fusion
2.1.1
This is the complete list of members for NetPeerGroup, including all inherited members.
| ChangeConnectionAddressDuringConnecting(NetPeerGroup *g, NetConnection *c, NetAddress newAddress) | NetPeerGroup | static |
| Connect(NetPeerGroup *g, NetAddress address, byte[] token, byte[] uniqueId=null) | NetPeerGroup | static |
| Connect(NetPeerGroup *g, string ip, ushort port, byte[] token, byte[] uniqueId=null) | NetPeerGroup | static |
| ConnectionCount | NetPeerGroup | |
| ConnectionIterator(NetPeerGroup *g) | NetPeerGroup | static |
| Disconnect(NetPeerGroup *g, NetConnection *c, byte[] token) | NetPeerGroup | static |
| GetConnectionIdleTime(NetPeerGroup *g, NetConnection *c) | NetPeerGroup | static |
| GetNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
| GetUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
| Group | NetPeerGroup | |
| Receive(NetPeerGroup *g, INetPeerGroupCallbacks cb) | NetPeerGroup | static |
| RequestRejoin(NetPeerGroup *g, NetConnection *c, string sessionId) | NetPeerGroup | static |
| SendReliable(NetPeerGroup *g, NetConnection *c, ReadOnlySpan< byte > data, bool progress=false) | NetPeerGroup | static |
| SendReliable(NetPeerGroup *g, NetConnection *c, ReadOnlySpan< byte > data1, ReadOnlySpan< byte > data2, bool progress=false) | NetPeerGroup | static |
| SendUnconnectedData(NetPeerGroup *g, NetAddress address, void *data, int dataLength) | NetPeerGroup | static |
| SendUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b) | NetPeerGroup | static |
| Time | NetPeerGroup | |
| TryGetConnectionByIndex(NetPeerGroup *g, int index, out NetConnection *connection) | NetPeerGroup | static |
| Update(NetPeerGroup *g, INetPeerGroupCallbacks cb) | NetPeerGroup | static |