Skip to main content
API Reference

Networking


Classes

NameTypeSummary
NetworkEventErrorCodeNetworkEventErrorCode
Error code in network event
NsdkNetworkingINetworking
-

Interfaces

NameTypeSummary
INetworkingIDisposable
Low level networking interface used by the LightshipNetcodeTransport to talk to the
NSDK relay servers. This interface allows you to relay a message directly to another
user, halfing the latency of Netcode For Gameobject messages which have to be double-relayed
by the "Host" client.

Structs

NameTypeSummary
DataReceivedArgsValueType
Event args fired from INetworking.DataReceived.
NetworkEventArgsValueType
Event args fired from INetworking.NetworkEvent.
PeerIDValueType, IEquatable<PeerID>
Struct that represents the identifiers of other peers in the room.
Can be compared with other PeerIDs and used as Keys in Dictionaries.
PeerIDArgsValueType
Event args fired from INetworking.PeerAdded and INetworking.PeerRemoved.

Enums

NameTypeSummary
NetworkEventsbyte
Network events that are fired from INetworking.NetworkEvent
NetworkStatebyte
The current connection state of the device to NSDK rooms.