Skip to content

Commit 0119761

Browse files
update
Updating XML API.
1 parent 23fe7a6 commit 0119761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,15 +1241,15 @@ public NetworkEndpoint GetEndpoint(ulong clientId)
12411241
}
12421242
#else
12431243
/// <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.
12451245
/// </summary>
12461246
/// <remarks>
12471247
/// - This is only really useful for direct connections.
12481248
/// - Relay connections and clients connected using a distributed authority network topology will not provide the client's actual endpoint information.
12491249
/// - For LAN topologies this should work as long as it is a direct connection and not a relay connection.
12501250
/// </remarks>
12511251
/// <param name="clientId">NGO client identifier to get endpoint information about.</param>
1252-
/// <returns><see cref="NetworkEndPoint"/></returns>
1252+
/// <returns><see cref="NetworkEndpoint"/></returns>
12531253
public NetworkEndpoint GetEndpoint(ulong clientId)
12541254
{
12551255
if (m_Driver.IsCreated && NetworkManager != null && NetworkManager.IsListening)

0 commit comments

Comments
 (0)