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