We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a2c8a commit efbb6a4Copy full SHA for efbb6a4
com.unity.netcode.gameobjects/Runtime/Timing/NetworkTime.cs
@@ -119,7 +119,7 @@ public NetworkTime ToFixedTime()
119
}
120
121
/// <summary>
122
- /// Calculates a NetworkTime value representing a point in the past relative to the current time (few ticks in the past)
+ /// Calculates a NetworkTime value representing a point in the past relative to the current time (few ticks in the past).
123
/// </summary>
124
/// <param name="ticks">The number of ticks ago we're querying the time.</param>
125
/// <returns>A NetworkTime value representing the calculated past time point</returns>
0 commit comments