Enum AutoPackType
How to pack data when using serialization.
Namespace: FishNet.Serializing
Assembly: FishNet.Runtime.dll
Syntax
public enum AutoPackType
Fields
Name | Description |
---|---|
Packed | Data will be compressed to use the least amount of data possible. |
PackedLess | Data will be compressed but not as much as Packed. |
Unpacked | Data will not be compressed. |