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 527e22c commit fbbb571Copy full SHA for fbbb571
MLAPI/Data/NetworkedVarMeta.cs
@@ -53,6 +53,7 @@ public interface INetworkedVar
53
/// Reads delta from the reader and applies them to the internal value
54
/// </summary>
55
/// <param name="stream">The stream to read the delta from</param>
56
+ /// <param name="keepDirtyDelta">Whether or not the delta should be kept as dirty or consumed</param>
57
void ReadDelta(Stream stream, bool keepDirtyDelta);
58
/// <summary>
59
/// Sets NetworkedBehaviour the container belongs to.
0 commit comments