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 0a57b18 commit 6de8b39Copy full SHA for 6de8b39
com.unity.netcode.gameobjects/Components/NetworkTransform.cs
@@ -207,7 +207,11 @@ internal bool IsTeleportingNextFrame
207
internal float ScaleX, ScaleY, ScaleZ;
208
internal double SentTime;
209
210
+ // Authoritative and non-authoritative sides use this to determine if a NetworkTransformState is
211
+ // dirty or not.
212
internal bool IsDirty;
213
+
214
+ // Non-Authoritative side uses this for ending extrapolation of the last applied state
215
internal int ExtrapolateTick;
216
217
/// <summary>
0 commit comments