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