Struct NetworkCompressionModel
Used to provide Huffman compression when using packed DataStream functions
Implements
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public struct NetworkCompressionModel : IDisposable
Constructors
| Name | Description |
|---|---|
| NetworkCompressionModel(Allocator) | Initializes a new instance of the NetworkCompressionModel class |
Methods
| Name | Description |
|---|---|
| CalculateBucket(uint) | Calculates the bucket using the specified value |
| Dispose() | Disposes this instance |