NsdkNetcodeTransport
↳ extends Unity.Netcode.NetworkTransport
NSDK's Netcode for GameObjects compatibility layer. Implemented using the Room and...
Declaration
public class NsdkNetcodeTransport : NetworkTransportSummary
NSDK's Netcode for GameObjects compatibility layer. Implemented using the Room and INetworking apis.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly ServerClientId | ulong | - |
Methods
| Name | Type | Summary |
|---|---|---|
| DisconnectLocalClient | void | - |
| DisconnectRemoteClient | void | - |
| GetCurrentRtt | ulong | - |
| GetLastNetworkError | uint | - |
| GetNetcodeSessionStats | NetcodeSessionStats | - |
| Initialize | void | - |
| PollEvent | NetworkEvent | - |
| Send | void | - |
| SetRoom | void | - |
| Shutdown | void | - |
| StartClient | bool | - |
| StartServer | bool | - |