Skip to content

Commit 86f224c

Browse files
committed
NetworkTransport corrections
1 parent 35dad81 commit 86f224c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/NetworkTransport.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ public abstract class NetworkTransport : MonoBehaviour
2828
/// <summary>
2929
/// Delegate for transport network events
3030
/// </summary>
31+
/// <param name="eventType">The type of network event that occurred</param>
32+
/// <param name="clientId">The ID of the client associated with this event</param>
33+
/// <param name="payload">The data payload received with this event</param>
34+
/// <param name="receiveTime">The time when this event was received</param>
3135
public delegate void TransportEventDelegate(NetworkEvent eventType, ulong clientId, ArraySegment<byte> payload, float receiveTime);
3236

3337
/// <summary>

pvpExceptions.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
"Unity.Netcode.NetworkVariableBase: NetworkBehaviour GetBehaviour(): undocumented",
4848
"Unity.Netcode.NetworkVariableBase: void MarkNetworkBehaviourDirty(): undocumented",
4949
"Unity.Netcode.NetworkSceneManager: void SetClientSynchronizationMode(LoadSceneMode): XML is not well-formed: Expected an end tag for element 'summary'",
50-
"Unity.Netcode.NetworkTransport.TransportEventDelegate: missing <param name=\"eventType\">",
51-
"Unity.Netcode.NetworkTransport.TransportEventDelegate: missing <param name=\"clientId\">",
52-
"Unity.Netcode.NetworkTransport.TransportEventDelegate: missing <param name=\"payload\">",
53-
"Unity.Netcode.NetworkTransport.TransportEventDelegate: missing <param name=\"receiveTime\">",
5450
"Unity.Netcode.Transports.UTP.UnityTransport.ConnectionAddressData: IsIpv6: undocumented",
5551

5652
"Unity.Netcode.TestHelpers.Runtime.ObjectNameIdentifier: undocumented",

0 commit comments

Comments
 (0)