We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8842685 commit 3ed5dfbCopy full SHA for 3ed5dfb
com.unity.netcode.gameobjects/Components/NetworkTransform.cs
@@ -461,9 +461,11 @@ internal NetworkTransformState GetLastSentState()
461
return m_LastSentState;
462
}
463
464
- /// <remarks>
+ /// <summary>
465
/// Calculated when spawned, this is used to offset a newly received non-authority side state by 1 tick duration
466
/// in order to end the extrapolation for that state's values.
467
+ /// </summary>
468
+ /// <remarks>
469
/// Example:
470
/// NetworkState-A is received, processed, and measurements added
471
/// NetworkState-A is duplicated (NetworkState-A-Post) and its sent time is offset by the tick frequency
0 commit comments