Class NetworkVarBufferCopyTest.DummyNetVar
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkVarBufferCopyTest.DummyNetVar : NetworkVariableBase, IDisposable
Fields
| Name | Description |
|---|---|
| DeltaRead | |
| DeltaWritten | |
| FieldRead | |
| FieldWritten |
Methods
| Name | Description |
|---|---|
| ReadDelta(FastBufferReader, bool) | Reads delta from the reader and applies them to the internal value |
| ReadField(FastBufferReader) | Reads the complete state from the reader and applies it |
| WriteDelta(FastBufferWriter) | Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer |
| WriteField(FastBufferWriter) | Writes the complete state of the variable to the writer |