Class NetworkVarBufferCopyTest.DummyNetVar
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkVarBufferCopyTest.DummyNetVar : NetworkVariableBase, IDisposable
Fields
Name | Description |
---|---|
Delta |
|
Delta |
|
Field |
|
Field |
Methods
Name | Description |
---|---|
Read |
Reads delta from the reader and applies them to the internal value |
Read |
Reads the complete state from the reader and applies it |
Write |
Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer |
Write |
Writes the complete state of the variable to the writer |