You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1241,16 +1241,16 @@ public NetworkEndpoint GetEndpoint(ulong clientId)
1241
1241
}
1242
1242
#else
1243
1243
/// <summary>
1244
-
/// Provides the <see cref="NetworkEndpoint"/> for the NGO client identifier specified.
1244
+
/// Provides the <see cref="NetworkEndPoint"/> for the NGO client identifier specified.
1245
1245
/// </summary>
1246
1246
/// <remarks>
1247
1247
/// - This is only really useful for direct connections.
1248
1248
/// - Relay connections and clients connected using a distributed authority network topology will not provide the client's actual endpoint information.
1249
1249
/// - For LAN topologies this should work as long as it is a direct connection and not a relay connection.
1250
1250
/// </remarks>
1251
1251
/// <param name="clientId">NGO client identifier to get endpoint information about.</param>
0 commit comments