WritePackedFixedString64Delta(FixedString64Bytes, FixedString64Bytes, in StreamCompressionModel)
Writes a delta FixedString64Bytes value to the data stream using a StreamCompressionModel.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
WritePackedFixedString64Delta(FixedString64Bytes, FixedString64Bytes, StreamCompressionModel)
public bool WritePackedFixedString64Delta(FixedString64Bytes str, FixedString64Bytes baseline, in StreamCompressionModel model)
Parameters
The current value.
FixedString64BytesThe previous value, used to compute the diff.
FixedString64BytesStreamCompressionModel model for writing value in a packed manner.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |