Field compressionModel
The compression model used to delta encode the old inputs. The first input (the one for the current tick) is serialized as it is. The older ones, are serialized as delta in respect the first one to reduce the bandwidth.
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public StreamCompressionModel compressionModel
Returns
Type | Description |
---|---|
StreamCompressionModel |