Skip to main content
API Reference NianticSpatial.NSDK.SharedAR.Networking

INetworking

Low level networking interface used by the LightshipNetcodeTransport to talk to the...

Declaration

public interface INetworking : IDisposable

Summary

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.


Relationships

implemented by: NsdkNetworking