You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1041,9 +1041,9 @@ public enum InterpolationTypes
1041
1041
/// </summary>
1042
1042
/// <remarks>
1043
1043
/// <list type="bullet">
1044
-
/// <item><term><see cref="InterpolationTypes.Lerp"/></term><description>Yields a traditional linear result.</description>
1045
-
/// <item><term><see cref="InterpolationTypes.LerpExtrapolateBlend"/></term><description>Lerps, extrapolates, and blends the results.</description>
1046
-
/// <item><term><see cref="InterpolationTypes.SmoothDampening"/></term><description>Adjusts based on the rate of change.</description>
1044
+
/// <item><term><see cref="InterpolationTypes.Lerp"/></term><description>Yields a traditional linear result.</description></item>
1045
+
/// <item><term><see cref="InterpolationTypes.LerpExtrapolateBlend"/></term><description>Lerps, extrapolates, and blends the results.</description></item>
1046
+
/// <item><term><see cref="InterpolationTypes.SmoothDampening"/></term><description>Adjusts based on the rate of change.</description></item>
1047
1047
/// Things to consider:<br />
1048
1048
/// <list type="bullet">
1049
1049
/// <item><description>You can have mixed interpolation types between position, rotation, and scale on the same <see cref="NetworkTransform"/> instance.</description></item>
@@ -1059,9 +1059,9 @@ public enum InterpolationTypes
1059
1059
/// </summary>
1060
1060
/// <remarks>
1061
1061
/// <list type="bullet">
1062
-
/// <item><term><see cref="InterpolationTypes.Lerp"/></term><description>Yields a traditional linear result.</description>
1063
-
/// <item><term><see cref="InterpolationTypes.LerpExtrapolateBlend"/></term><description>Lerps, extrapolates, and blends the results.</description>
1064
-
/// <item><term><see cref="InterpolationTypes.SmoothDampening"/></term><description>Adjusts based on the rate of change.</description>
1062
+
/// <item><term><see cref="InterpolationTypes.Lerp"/></term><description>Yields a traditional linear result.</description></item>
1063
+
/// <item><term><see cref="InterpolationTypes.LerpExtrapolateBlend"/></term><description>Lerps, extrapolates, and blends the results.</description></item>
1064
+
/// <item><term><see cref="InterpolationTypes.SmoothDampening"/></term><description>Adjusts based on the rate of change.</description></item>
1065
1065
/// Things to consider:<br />
1066
1066
/// <list type="bullet">
1067
1067
/// <item><description>You can have mixed interpolation types between position, rotation, and scale on the same <see cref="NetworkTransform"/> instance.</description></item>
0 commit comments