We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f258e commit e1fbce0Copy full SHA for e1fbce0
com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
@@ -4693,7 +4693,6 @@ internal static float GetTickLatency(NetworkManager networkManager)
4693
/// Only valid on clients.
4694
/// </remarks>
4695
/// <returns>Returns the tick latency and local offset in seconds and as a float value.</returns>
4696
- /// Can this be called before spawn?
4697
public static float GetTickLatency()
4698
{
4699
return GetTickLatency(NetworkManager.Singleton);
0 commit comments