File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
com.unity.netcode.gameobjects/Components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -461,13 +461,15 @@ internal NetworkTransformState GetLastSentState()
461
461
return m_LastSentState ;
462
462
}
463
463
464
+ /// <remarks>
464
465
/// Calculated when spawned, this is used to offset a newly received non-authority side state by 1 tick duration
465
466
/// in order to end the extrapolation for that state's values.
466
467
/// Example:
467
468
/// NetworkState-A is received, processed, and measurements added
468
469
/// NetworkState-A is duplicated (NetworkState-A-Post) and its sent time is offset by the tick frequency
469
470
/// One tick later, NetworkState-A-Post is applied to end that delta's extrapolation.
470
471
/// <see cref="OnNetworkStateChanged"/> to see how NetworkState-A-Post doesn't get excluded/missed
472
+ /// </remarks>
471
473
private double m_TickFrequency ;
472
474
473
475
/// <summary>
You can’t perform that action at this time.
0 commit comments